Eclipse hangs at startup showing only the splash screen

Today my Eclipse Galileo hung at start up. After trying some tricks such as eclipse -clean, or eclipse -debug -console, searching for hints in the log files, removing xulrunner from the java.library.path environment, deleting some of the most recent history files and so on I found the solution. In your workspace directory perform the following steps:

  1. cd .metadata/.plugins
  2. mv org.eclipse.core.resources org.eclipse.core.resources.bak
  3. Start eclipse. (It should show an error message or an empty workspace because no project is found.)
  4. Close all open editors tabs.
  5. Exit eclipse.
  6. rm -rf org.eclipse.core.resources (Delete the newly created directory.)
  7. mv org.eclipse.core.resources.bak/ org.eclipse.core.resources (Restore the original directory.)
  8. Start eclipse and start working. :-)
This entry was posted in Uncategorized. Bookmark the permalink.

53 Responses to Eclipse hangs at startup showing only the splash screen

  1. nonozor says:

    Great !!!!!
    Thanks a lot, you save me !

  2. nonozor says:

    Too bad, only the first part works. When I restore org.eclipse.core.resources.bak, the problem reappeare :((

  3. nonozor says:

    Too bad, only the first part works. When I restore org.eclipse.core.resources.bak, the problem reappeare :((
    But I finaly found he solution : instead of restore ressource.bak, you have to reimport your projects in eclipse from the workspace adn then it works :-)

Hinterlasse eine Antwort

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind markiert *

*

Du kannst folgende HTML-Tags benutzen: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">