在哪里可以看到 java web start 应用程序中抛出的异常?
我正在尝试调试本地运行的 java web start 应用程序。有一个调用失败,我试图获取堆栈跟踪,但似乎没有任何地方打印出任何内容。该应用程序似乎什么也没做。
谢谢!
I'm trying to debug a locally running java web start application. There is a call failing that I am trying to get a stack trace for, but it appears that nothing is ever getting printed out anywhere. The app just appears to be doing nothing.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
记录 Java 控制台输出
如何通过管道传输 Java控制台输出到文件?
Logging java console output
How do I pipe the Java console output to a file?
从 Windows 的控制面板中,您可以启动 Java 控制面板应用程序。然后单击“高级”选项卡,选择“Java 控制台”,然后选择“显示控制台”。堆栈跟踪现在将显示在控制台中。我相信控制台允许您根据需要将文件保存到磁盘。
From the Control Panel in Windows you can start the Java control panel app. Then click on the "Advanced" tab, select "Java Console" and the select "Show Console". The stack trace will now appear in the console. I believe the console allows you to save the file to disk if you want.