How can I debug applications under Java Web Start (JNLP)?

前端 未结 9 2302
你的背包
你的背包 2020-11-29 02:29

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

9条回答
  •  猫巷女王i
    2020-11-29 03:08

    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?

提交回复
热议问题