Questions tagged as 'java'

0
answers

JOrtho dictionary that ignores the capital letters

Good afternoon I have the following problem. The JOrtho library that I am using does not allow me to correct the words in capital letters, I do not know if it can be changed so that the capitalized words can also be corrected, this is my co...
asked by 28.08.2018 / 19:32
1
answer

How can I load or fill data from a String [], from the server?

I'm doing a ListView Expandable , but when I try to upload the data from the server it does not work just with static data. Any suggestions? There is the MainActivity class String[] parent; @Override protected void onCreate(Bund...
asked by 28.08.2018 / 19:28
0
answers

Visibility of buttons in java

hello is my first query in this portal I would like to know if there is any way to make visible buttons sequentially try with a for cycle but do not leave so I have my code maybe there is someone who has a solution Random random = new Random()...
asked by 08.09.2018 / 07:13
0
answers

WELD-001524: Unable to load proxy class for bean Managed Bean

I have an error when trying to deploy my application with glassfish v5 , netbeans 8.2 and jsf 2.2 I here attach the error :    Severe: Exception while invoking class com.sun.enterprise.web.WebApplication start method   java.lang.Exc...
asked by 27.08.2018 / 06:55
0
answers

eclipse Ant Build build.xml

I am using apache poi and the poi.jar does not contain the xssf package to work with XSSFWorkbook, this is done with the jar poi-ooxml.jar. In eclipse it works correctly, but when I compile with Ant Build, the functions related to XSSF do not wo...
asked by 24.08.2018 / 11:29
0
answers

Problem with access to REST Web Service

I have a web service rest in java, in which, I have already restricted access to it, since it generates a JSON with user data, the problem is that I do not know how to do it so that I as admin can access from the browser, from what I have been a...
asked by 25.08.2018 / 12:16
0
answers

Erasure of method getTO (ListPdvdetMessage) is the same as another method in type PdvdetTO

I have problems in Eclipse Oxygen, since I get the following error message in the two methods: "Erasure of method getTO (List) is the same as another method in type PdvdetTO" Which is strange for me, because as you can see, the two methods ab...
asked by 24.08.2018 / 14:54
1
answer

What is the best way to save the result of an inner join and call the results by a method

I have two inventory and product tables, in product I have some data and in other inventory, they are linked by the product number. In my code I have two objects that have the columns of each table as attributes. Until there nothing new. Gene...
asked by 25.08.2018 / 02:48
0
answers

Is it possible to combine the rows and columns of a jtable?

To be able to combine the rows and columns of a jtable is to be able to manipulate it I do not find anything similar anywhere I would like to know if it is possible as it is done with html     
asked by 24.08.2018 / 00:53
0
answers

Error running Java Application: "non-existing project"

I'm trying to run my project in Eclipse Luna (jdk1.7.0), java application, in which in the name of the project I put 600343_BPM_GOPII and when I go to run it I find the following error:    Launch configuration 1 references non-existing...
asked by 21.08.2018 / 13:38