如何调试 Java WebStart 应用程序

发布于 2024-11-15 06:49:22 字数 391 浏览 3 评论 0原文

可能的重复:
如何在 Java Web Start (JNLP) 下调试应用程序?

我有一个 JWS 应用程序,当我简单地使用 Java Web Start 运行它时,它运行得很好,但是当我尝试使用 netbeans (jws-debug) 对其进行调试时,它会立即退出。

但是,如果我将它作为应用程序运行(没有 JWS),我就可以很好地调试它。

如何将其作为 JWS 应用程序进行调试?

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

I have a JWS application, that runs fine when I simply run it with Java Web Start, however when I try and debug it, using netbeans (jws-debug), it immediately exits.

If I run it as an application (without JWS) however, I'm able to debug it perfectly well.

How can I debug it as a JWS application?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

栩栩如生 2024-11-22 06:49:22

我最终使用了关于已接受答案的信息 这个问题。诀窍是停止尝试将应用程序作为本地应用程序进行调试,而是使用 Netbeans 远程调试器,该调试器最终工作得很好。

I finaly ended up using the information on the accepted answer at this question. The trick was to stop attempting to debug the application as a local application, and instead to use the Netbeans remote debugger which ended up working quite well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文