我在從Eclipse調試Eclipse應用程序時遇到問題。當我啓動調試配置時,Eclipse應用程序啓動並重復停止。它顯示啓動畫面,然後消失。這是重新啓動之前得到的最遠:調試Eclipse應用程序問題:重複啓動
MyDebugConfiguration [Eclipse Application]
org.eclipse.equinox.launcher.Main at localhost:2599
Thread [main] (Running)
Daemon Thread [Signal Dispatcher] (Running)
Daemon Thread [State Data Manager] (Running)
Daemon Thread [Framework Event Dispatcher] (Running)
Thread [State Saver] (Running)
Daemon Thread [Start Level Event Dispatcher] (Running)
Thread [Refresh Packages] (Running)
C:\MyApp\eclipse\jdk\jre\bin\javaw.exe (Sep 18, 2008 9:38:19 AM)
我正在使用Eclipse SDK的3.4.0版。
這是什麼造成的?