remote debugging a jnlp application with IntelliJ

99封情书 提交于 2020-01-02 12:19:06

问题


I'm trying to debug a web start application using IntelliJ 10 (running on Win7).

I read both SO:

  • remote debugging a jnlp application with eclipse
  • How can I debug applications under Java Web Start (JNLP) ?

It seems like I'm missing something. I've tried to run it from command line, or adding the arguments into the jnlp file but no matter what I do I get an Unable to open debugger port : java.net.ConnectException "Connection refused: connect" Error.

How can I debug a web start app?


回答1:


I know it's stupid, but once I changed the port from 5000 to 5005 it all works.



来源:https://stackoverflow.com/questions/4678206/remote-debugging-a-jnlp-application-with-intellij

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!