RCP + JNLP\WebStart 应用程序无法启动

发布于 2024-07-10 20:06:23 字数 402 浏览 10 评论 0原文

我遵循了这个示例: 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 技术交流群。

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

发布评论

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

评论(2

双马尾 2024-07-17 20:06:23

使用 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.

画中仙 2024-07-17 20:06:23

我添加了以下 jar,控制台现在打开,我可以看到问题。 希望这对其他人有帮助。

org.eclipse.update.configurator_3.2.201.R34x_v20080819.jar
org.eclipse.equinox.app_1.1.0.v20080421-2006.jar
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
org.eclipse.equinox.preferences_3.2.201.R34x_v20080709.jar
org.eclipse.equinox.registry_3.4.0.v20080516-0950.jar
org.eclipse.osgi.services_3.1.200.v20071203.jar
org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar
org.eclipse.ui.workbench_3.4.1.M20080827-0800a.jar
org.eclipse.ui_3.4.1.M20080910-0800.jar

I added the following jar's and the console now opens and I can see the problems. Hope this helps someone else.

org.eclipse.update.configurator_3.2.201.R34x_v20080819.jar
org.eclipse.equinox.app_1.1.0.v20080421-2006.jar
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
org.eclipse.equinox.preferences_3.2.201.R34x_v20080709.jar
org.eclipse.equinox.registry_3.4.0.v20080516-0950.jar
org.eclipse.osgi.services_3.1.200.v20071203.jar
org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar
org.eclipse.ui.workbench_3.4.1.M20080827-0800a.jar
org.eclipse.ui_3.4.1.M20080910-0800.jar
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文