重複の可能性:
Eclipse で Java アプリケーションを実行/デバッグできない (JavaTimeZone の問題)
Eclipse は大きな失敗をしました。
Java アプリケーションを実行しようとすると、次のようになります。
An internal error occurred during: "Launching (app name)".
org/eclipse/jdt/debug/core/JDIDebugModel
デバッグを試みると、次の結果が得られます。
An internal error occurred during: "Launching (app name)".
com/sun/jdi/connect/IllegalConnectorArgumentsException
実行構成を開くと、次のようになります。
Exception occurred creating launch configuration tabs
Reason:
Plug-in org.eclipse.jdt.debug.ui was unable to load class
org.eclipse.jdt.internal.debug.ui.launcher.LocalJavaApplicationTabGroup
An error occurred while automatically activating bundle org.eclipse.jdt.debug.ui (322).
Java アプリケーションの実行構成に移動しても、次のエラー メッセージが表示されます。
No tabs defined for launch configuration type Java Application
Java アプリケーションを実行できません。実行構成からそれらを削除できますが、それだけです。パッケージエクスプローラーなどからアプリを実行しようとしても何もしません。たとえば、まだ Android アプリケーションを実行できます。
Ubuntu 12.04/Gnome 3.4.2.1 に Indigo Service Release 2、Java EE IDE バージョンがあります。
これを修正する方法はありますか?古いバージョンの Eclipse を再インストールする必要がありますか?
ところで: エラー メッセージは Cannot run/debug Java applications in Eclipse (JavaTimeZone issue) と同じですが、GPE がインストールされておらず、失敗しているのは Web アプリケーションではなく Java アプリケーションです。