この例に従いました。
誰かが私がこれのログを見つけるように見えることができるアイデアを持っていますか?または、誰かがConsoleにログにログに記録させるために追加できるargsを知っていますか?
事前にありがとうございました。
Eclipse 3.4
Java 1.5
この例に従いました。
誰かが私がこれのログを見つけるように見えることができるアイデアを持っていますか?または、誰かがConsoleにログにログに記録させるために追加できるargsを知っていますか?
事前にありがとうございました。
Eclipse 3.4
Java 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
Javaコンソールを有効にするには、Javaコントロールパネル(Windowsシステムのシステムコントロール)を使用します。この設定は拡張設定のタブにあります。コンソールを表示するように値を設定します。アプリケーションを再起動した後、コンソールビューがアクセス可能であるWICHからシステムトレイに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.
</div次の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.jarI 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
</div© 2022 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有