eclipse无法启动也不报错

一直停在如下的这个界面输出中:

org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized.  Will retry after the state location is initialized.
org.eclipse.m2e.logback.configuration: Logback config file: /home/kingroc/SHSDKworkspace/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.8.0.20170516-2043.xml
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [bundleresource://479.fwk1387671967:1/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [bundleresource://479.fwk1387671967:2/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
org.eclipse.m2e.logback.configuration: Initializing logback

如何快速解决而又不伤害现有eclipse里面的项目呢?其实很简单。
删除:

workspace/.metadata/.plugins/org.eclipse.core.resources/.history/

这个目录就OK了。
通常这种情况是eclipse使用时间比较长了。历史文件发生了错误造成的。

猜你喜欢

转载自blog.csdn.net/kingroc/article/details/78563360