无法在Eclipse中运行Java应用程序

gri*_*per 6 java eclipse exception

可能重复:
无法在Eclipse中运行/调试Java应用程序(JavaTimeZone问题)

Eclipse失败了很多时候.

当我尝试运行Java应用程序时,我得到了这个:

An internal error occurred during: "Launching (app name)".
org/eclipse/jdt/debug/core/JDIDebugModel
Run Code Online (Sandbox Code Playgroud)

试图调试产生这个:

An internal error occurred during: "Launching (app name)".
com/sun/jdi/connect/IllegalConnectorArgumentsException
Run Code Online (Sandbox Code Playgroud)

打开运行配置,我得到这个:

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).
Run Code Online (Sandbox Code Playgroud)

转到Java应用程序的任何运行配置也会显示错误消息:

No tabs defined for launch configuration type Java Application
Run Code Online (Sandbox Code Playgroud)

我无法运行任何Java应用程序.我可以从运行配置中删除它们,但这就是全部.尝试从包浏览器运行应用程序什么都不做.例如,我仍然可以运行Android应用程序.

我在Ubuntu 12.04/Gnome 3.4.2.1上有Indigo Service Release 2,Java EE IDE版本.

有没有什么办法解决这一问题?我应该重新安装Eclipse,也许是一些旧版本?

顺便说一句:错误消息与 Eclipse中无法运行/调试Java应用程序(JavaTimeZone问题)相同, 但我没有安装GPE,它是Java应用程序,而不是失败的Web应用程序.