我在运行Eclipse时遇到问题。我用Java6和Java7尝试了3.7、4.2和4.3版本。没有任何帮助。它显示了弹出屏幕,但没有开始加载(我没有选择工作空间的机会)。使用-debug -console参数启动它表明此刻它停止运行:
-debug -console
Time to load bundles: 10 Starting application: 6374 osgi>
我已经启动了JVisualVM,但是看不到任何特殊的东西。没有死锁等。
编辑
我的观察非常深刻…约60秒钟的日食死亡后。
编辑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
编辑3
我设法启动了它,但仅使用-clean参数并从命令行-data参数中选择了工作区。
-clean
-data
我遇到了完全相同的问题,可以使用此处的答案来解决它,方法是将项目移出工作区,然后在启动和停止Eclipse之后再次将其移回。
使用-clean -data启动它会启动eclipse,但是每当我使用eclipse gui切换工作区时,它都不会加载。