当前位置: 代码迷 >> Eclipse >> 计算机掉电后eclipse无法打开
  详细解决方案

计算机掉电后eclipse无法打开

热度:10   发布时间:2016-04-23 01:14:22.0
电脑掉电后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选项
  相关解决方案