Eclipse在启动时挂起

ner*_*sol 17 java eclipse linux slackware

我在运行Eclipse时遇到问题.我尝试使用java 6和java 7的3.7,4.2和4.3版本.没有什么可以帮助我.它向我显示弹出屏幕,但它没有开始加载(我没有机会选择工作区).使用-debug -console参数启动它表明它在此时停止运行:

Time to load bundles: 10
Starting application: 6374
osgi> 
Run Code Online (Sandbox Code Playgroud)

我已经启动了JVisualVM,但我无法观察到任何特殊的东西.没有死锁等.

编辑

我的观察结果很深......大约60年后,日食的pid已经死了.

编辑2

现在它停止了

Time to load bundles: 8
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.
Starting application: 3557
Run Code Online (Sandbox Code Playgroud)

编辑3

我已设法启动它,但只使用-clean参数和从命令行-data参数选择工作区.

Sha*_*lik 15

从.metadata.plugins\org.eclipse.core.resources.projects \\中删除.snap(或Indigo中的.markers)


rta*_*ack 10

我有完全相同的问题,并可以使用/sf/answers/385317131/解决它,它通过将项目移出工作区并在Eclipse启动和停止后再次返回来工作.

用-clean -data启动它开始了eclipse,但每当我使用eclipse gui切换工作区时它就不会加载.