eclipse won't load workspace

你说的曾经没有我的故事 提交于 2019-12-02 18:34:06

I had the same problem. Deleting .metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi worked. I am not sure of the root cause, though.

OR

Move the contents of "plugins" folder to some other folder and restart eclipse. Eclipse will add all these plugins after restart. Replace the new folders with the copied folders.

Removing the .snap file worked for me:

rm WORKSPACE/.metadata/.plugins/org.eclipse.core.resources/.snap

Akshaya Aradhya

Just linking the solution provided by Fredrik in the thread: eclipse won't start but no error is shown

"It seems to fail when trying to restore the workspace.

Try:

Open a new workspace. If it has been set to use a default, go to \configuration.settings\org.eclipse.ui.ide.prefs and set SHOW_WORKSPACE_SELECTION_DIALOG to true

Try deleting /.metadata/.plugins/org.eclipse.core.resources/.snap

As suggested in a comment: If using Eclipse 4, you may have to delete the file .metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi aswell."

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!