Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

An internal error occurred during: "JDI Event Dispatch" java.lang.NullPointerException

I have my java applet codee,I am trying to debug using eclipse Indigo EE. I am trying to debug on remote using debug configuration and port. When I try to execute the application, it gives always an error message,

An internal error occurred during: "JDI Event Dispatch" java.lang.NullPointerException.

and control is not stopping in the break point.

Please help.

Regards, KSAT

like image 208
JSD Avatar asked Oct 18 '11 08:10

JSD


1 Answers

Try increasing the debugger timeout (under Preferences -> Java -> Debug).

like image 187
Oskar Lundgren Avatar answered Nov 09 '22 13:11

Oskar Lundgren