Projects in Project Browser disappeared, but remained on disk

Every new day, my projects are lost in the project browser in eclipse-indigo, but remain on the disk, so I have to import all the projects every day. Do you have any idea about this issue?

I see all projects in ~ / workspace / .metadata / .plugins / org.eclipse.core.resources / .projects

When I open eclipse, the files that I worked one day ago make an exception: org.eclipse.core.runtime.CoreException: The file does not exist.

Two days ago, my eclipse crashed, and this problem probably began after this time. I also found them in error logs:

-> The workspace came out with unsaved changes in the previous session; An updated workspace for restoring changes.

-> Ignored attempt to add a saved one that has already been registered

-> Unable to create editor identifier org.eclipse.jdt.ui.PropertiesFileEditor: File does not exist.

+6
source share
1 answer

Solution: Shut down the Eclipse IDE Delete and back up the /.metadata/.plugins/org.eclipse.core.resources workspace. Run the Eclipse IDE (with -clean to be super-safe) Reimport all projects (UPDATE: just use File-> Import-> Existing Project in Workspace and browse the workspace / project directory) Enjoy

Source: http://ahtik.com/blog/2008/01/15/eclipse-workspace-fails-to-start-after-crash-quick-fix/

+9
source

Source: https://habr.com/ru/post/904229/


All Articles