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
It was because one of objects was not created. In my case it was service, to which I wanted to bind, but it was null.