I know how I can debug a remote Java VM with Eclipse, but how can I do it with a Java Web Start program. I have a problem that only occurs in Java Web Start. It must be secu
Have you tried printing a debug log? That is a useful thing to have at any rate, and might help in this case.
If you want real debugging, see e.g. here: How can I debug under WebStart?