eclipse won't load workspace

前端 未结 3 1802
悲哀的现实
悲哀的现实 2021-01-31 03:53

I was working in eclipse, and it got stuck, and next it refused to load my usual workspace folder

this is what the logfile shows

how can i load this folder again

相关标签:
3条回答
  • 2021-01-31 04:15

    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."

    0 讨论(0)
  • 2021-01-31 04:16

    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.

    0 讨论(0)
  • 2021-01-31 04:24

    Removing the .snap file worked for me:

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

    0 讨论(0)
提交回复
热议问题