Eclipse hangs on loading workbench

后端 未结 22 1285
滥情空心
滥情空心 2020-12-04 05:43

My eclipse stops loading workbench. I tried already starting with ./eclipse --clean

When starting from console it throws following exception:

java.lang         


        
22条回答
  •  -上瘾入骨i
    2020-12-04 06:12

    After some investigation about file dates I solved the same issue (which is a randomly recurrent trouble on my Kepler) by simply deleting the following file in my local workspace: .metadata.plugins\org.eclipse.jdt.core\variablesAndContainers.dat

    with negligible impact on the workspace restoring.

    I hope it can help someone else...

提交回复
热议问题