首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2SE开发 >

EclipseAppLauncher,不好用了,起不来Eclipse,高手帮忙看看。多谢

2012-01-02 
EclipseAppLauncher,不好用了,起不来Eclipse,高手帮忙看看。谢谢。java.lang.IllegalStateException: Unable

EclipseAppLauncher,不好用了,起不来Eclipse,高手帮忙看看。谢谢。
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:65)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)


[解决办法]
出现这种情况,可能是一些需要的Plugins没有被载入.
解决方法
在run configuration对话窗口,左边选择你的Eclipse application configuration,
在右边选择Plug-ins页面,按"Add Required Plug-ins"按钮.
Apply以后再运行.

热点排行