使用 IntelliJ 远程调试 jnlp 应用程序
我正在尝试使用 IntelliJ 10(在 Win7 上运行)调试 Web 启动应用程序。
我读了这两篇文章:
看来我错过了一些东西。 我尝试从命令行运行它,或将参数添加到 jnlp 文件中,但无论我做什么,我都会收到 Unable to open debugger port : java.net.ConnectException "Connection returned: connect “
错误。
如何调试 Web Start 应用程序?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道这很愚蠢,但是一旦我将端口从 5000 更改为 5005,一切就正常了。
I know it's stupid, but once I changed the port from 5000 to 5005 it all works.