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

计算机掉电后eclipse无法打开

2013-09-05 
电脑掉电后eclipse无法打开Caused by: java.lang.NoClassDefFoundError: An error occurred while automat

电脑掉电后eclipse无法打开
Caused by: java.lang.NoClassDefFoundError: An error occurred while automatically activating bundle org.eclipse.core.contenttype (63).
    at org.eclipse.core.internal.runtime.InternalPlatform.openOSGiTrackers(InternalPlatform.java:788)
    at org.eclipse.core.internal.runtime.InternalPlatform.start(InternalPlatform.java:710)
    at org.eclipse.core.internal.runtime.PlatformActivator.start(PlatformActivator.java:30)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
直接删除eclipse工作空间的.metadata目录,重新启动eclipse即可

1楼ssergsw2013-06-21 19:09
或者使用eclipse -clean选项

热点排行