RCP + JNLP\WebStart 应用程序无法启动
我遵循了这个示例: RCP+JavaWS 但应用程序只是短暂地出现然后消失。 我打开了控制台,它也很快消失了。 我尝试将 -console、-consoleLog 和 -noExit 添加到我的 application-desc 参数中,但我搜索了我的应用程序数据目录,但无济于事。
有谁知道我可以在哪里找到此日志? 或者,有谁知道我可以添加哪些参数以使其登录到控制台?
提前致谢。
Eclipse 3.4
爪哇1.5
I've followed this example: RCP+JavaWS but the app just briefly comes up and goes away. I've turned the console on and it quickly goes away too. I've tried adding: -console, -consoleLog, and -noExit to my application-desc args and I have searched my Application Data dir to no avail.
Does anyone have any ideas where I could look to find the log for this? Or, does anyone know what args I could add to make it log to the console?
Thanks in advance.
Eclipse 3.4
Java 1.5
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 java 控制面板(在 Windows 系统上的系统控件中)启用 Java 控制台。 可以在扩展设置选项卡上找到此设置。 设置值以显示控制台。 重新启动应用程序后,系统托盘中应出现一个 java 图标,从中可以访问控制台视图。
Use the java control panel (on a windows system in system controls) to enable the Java console. This setting can be found on the tab for extended settings. Set the value to show the console. After restarting the application a java icon should appear in the system tray from wich the a console view is accessible.
我添加了以下 jar,控制台现在打开,我可以看到问题。 希望这对其他人有帮助。
I added the following jar's and the console now opens and I can see the problems. Hope this helps someone else.