Questions tagged as 'eclipse'

0
answers

Error 404 after creating a Tomcat server in Eclipse

I have a problem with the Apache Tomcat server version 7.0.73. I have created a Tomcat server in Eclipse version neon 2, it starts without problems, and I can access the address of link . The problem is that it does not show me the project,...
asked by 25.01.2017 / 11:05
1
answer

Eclipse server problems "Failed to connect to remote VM"

Dear, I am trying to restart the server from eclipse and when restarting it in debug mode, it throws the following message:    Failed to connect to remote VM. Connection refused.   Connection refused: connect Estimated fialmente to solve...
asked by 07.12.2016 / 14:47
1
answer

JButton can not be resolved to a type

This JFrame has a JTextField that once entered and clicking "Accept" shows a table with the entered data. The problem is that I get this error in getParent ():    The method getParent () is undefined for the type new ActionListe...
asked by 21.11.2016 / 09:18
1
answer

BPM Process Designer does not start

My program does not start I have the doubt that it can be since you have installed and installed it and it does not start, start session with the user and password but it stays loading and stays blank. They could help me I have windows...
asked by 12.12.2016 / 17:56
2
answers

NullPointerException using WindowsBuilder and JFrame

I'm trying to do an exercise to learn how to use WindowsBuilder and JFrame and when I click on the button to do the calculations, I get the error:    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException     at GUI $ 2.actionP...
asked by 10.11.2016 / 21:42
1
answer

JOptionPane.showConfirmDialog

protected void thisWindowClosing(WindowEvent e) { int n = JOptionPane.showConfirmDialog(e.getWindow() , "¿DESEA CERRAR EL PROGRAMA?", "Confirmación", JOptionPane.YES_NO_OPTION); if(n==JOptionPane.YES_OPTION) { JOpti...
asked by 27.10.2016 / 23:07
1
answer

Terminated Program Files [closed]

When I run the following code in the console it shows me the following in the console: Window [Java Application] C: \ Program Files \ Java \ jre1.8.0_111 \ bin \ java.exe You know why this comes out: 'c? package formularios; import ja...
asked by 04.12.2016 / 07:59
1
answer

How to open a frame from another frame [duplicated]

The function that I want the program to perform is that when the user and password is validated, the JFrame window will be displayed. But it does not work package formularios; import java.awt.BorderLayout; import java.awt.EventQueu...
asked by 03.12.2016 / 07:28
0
answers

Hibernate plugin in Eclipse Mars.2 does not generate POJO's with Reverse Engineering

Well, that's the question. I have everything configured as it is supposed to be configured, and it does not generate anything, any class or file .hbm.xml of mapping. The bookstores that I have is because I was adding for a NoClassDefFo...
asked by 17.08.2016 / 06:13
3
answers

Error with downloading Eclipse

Good, I have a little problem ... I recently did a format to my PC and when I started to install my programs again, I had an error with the Eclipse. I downloaded and installed the JDK and the JRE in its most up-to-date versions, but when I run t...
asked by 06.11.2016 / 18:00