Questions tagged as 'java'

1
answer

How to save a detail of an invoice in an Object file?

Delivery Notes Object: public class Albaranes implements Serializable { private int id_albaran; private int id_cliente; private Date fecha_venta; private String comentario; private Articulos articulo; Object Articles:...
asked by 07.12.2016 / 22:56
2
answers

Form a script correctly in Android Studio

I need to validate the entries in the registers of my application and everything runs fine, only if a user is placed with a key Empty accepts it, I need to accommodate this ... then proceed to implement the code where valid public void onClick...
asked by 29.11.2016 / 18:16
1
answer

warning: [deprecation] in thread

thread problems As it could solve this type of problems the program runs well but I would like to know how to fix those warnings ================================================================================================= ============...
asked by 08.12.2016 / 02:16
1
answer

Problems with combo-box that sends jsp of closing session

I wanted to see if they could help me, what happens is that I do not want to be redirected to the combobox when the session has finished but that of "Ups A problem has occurred etc ..." I painted it on the whole screen, somehow of being able to...
asked by 08.12.2016 / 22:11
1
answer

Help with .class file is not displayed

I have a file (.jar) (which is a system) I unzipped it and all the files are (.class) and I can not see them in netbeans how can I see them since I need them to be in .java to work in netbeans with them I would appreciate your help as I am new t...
asked by 25.02.2017 / 23:40
0
answers

Process data from a HashMap in Java

If I have the following hashMap in Java Key - {value} a {1,2,3,4} b {2,3,4,5} c {1,2,3,4} d {3,4,5,6} I would like to obtain the following result by console: a->2 b->1 d->1 How do I implement this proc...
asked by 04.01.2017 / 17:01
2
answers

Error installing weblogic: Unable to access or modify the system registry

I try to install weblogic but I get this error, I download it from oracle and it is a .jar file, I also try to execute it with cmd and I get the same thing How can I install it correctly? or what other server do you recommend ?? I'm going...
asked by 13.12.2016 / 03:51
0
answers

URL status connection 404 using jSoup

I am using jSoup to obtain different information, among other links, from which I later extract information. For this I use a method that gives me the code of the connection: public static int getStatusConnectionCode(String url) { int...
asked by 25.01.2017 / 00:09
1
answer

JRadioButton on TitledBorder

How can I implement a radio button where the title of a title border goes? It's the only thing I do not know how to put that component there, I clarify, I do not want the radiobutton to be inside the titleborder, if not the radio button is where...
asked by 26.01.2017 / 00:30
0
answers

Share entityManager between projects

I have a project in which I am using spring and persistence. I am managing @Transactional , but there is an external project which is going to be used for common operations in the database and I am sending the entityManager with whi...
asked by 25.11.2016 / 18:54