Questions tagged as 'eclipse'

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 / 21:32
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 / 16:54
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 / 15:38
0
answers

Help to connect Java with an Access DB

I made a Java connection with Access, and the connection is already done correctly, then I made an interface through which I can insert, edit and save data for the database but it does not work for me, I'll leave the connection code: package C...
asked by 22.08.2018 / 19:04
1
answer

Convert data type from an entity to a Type. Eclipse Oxygen

I have a JPA entity from table, which handles BigDecimal variables (Pdvhdr), and I need to convert them to PdvhdrType, to make a query. The problem is that for example, the variable Change Type, I have to convert it to a String (as show...
asked by 10.08.2018 / 23:52
0
answers

Error 404 not found - when loading project jsf with wildfly - developer studio - ubuntu

I have a small problem that I have not been able to solve, I'm starting wildfly 10 and jsf maven, etc ... When creating the first JSF project, at the time of deploying the app I get it in the localhost: 8080 / proyectoWeb / index.jsf 404 erro...
asked by 06.08.2018 / 17:49
0
answers

How to connect Java with Access?

Ask a question Good day I need to make an access connection with java eclipse this is my code import java.sql.Connection; import java.sql.DriverManager; import javax.swing.JOptionPane; public class Pasesdesalidas { static Connection con...
asked by 23.07.2018 / 19:10
0
answers

Webservice invocation from Java

I have this code: ServiceClient cliente = new ServiceClient(); cliente.setTargetEPR(new EndpointReference("http://11:133:43:5776/css/ejemplo.cls")); Options options = new Options(); options.setTransportInProtocol("http"); cliente.setOptions(op...
asked by 20.07.2018 / 12:05
2
answers

How to compare a jtextfiel with a string

I must compare a data entered by the jtextfiel with the data that is a file txt and when comparing it it says:    Incompatible operand types string and JTextField The data I want to compare is the username and password: pu...
asked by 17.07.2018 / 19:20
0
answers

How to solve WindowBuilder Compatibility Error in Eclipse?

I installed WindowBuilder in Eclipse to create a Graphical User Interface for a program. When I go to the Design tab of the User Interface, the following error appears:    Eclipse is running under 1.8, but this Java project has at 10 Java   c...
asked by 17.07.2018 / 04:19