【发布时间】:2011-01-13 08:52:42
【问题描述】:
我正在尝试使用 IntelliJ 10(在 Win7 上运行)调试 Web 启动应用程序。
我都读过:
- remote debugging a jnlp application with eclipse
- How can I debug applications under Java Web Start (JNLP) ?
我好像错过了什么。
我尝试从命令行运行它,或者将参数添加到 jnlp 文件中,但无论我做什么,我都会收到 Unable to open debugger port : java.net.ConnectException "Connection refused: connect" 错误。
如何调试 web start 应用程序?
【问题讨论】:
-
您确定要连接到您为应用程序配置的同一个调试端口吗?
标签: java intellij-idea jnlp java-web-start