- cd .metadata/.plugins
- mv org.eclipse.core.resources org.eclipse.core.resources.bak
- Start eclipse. (It should show an error message or an empty workspace because no project is found.)
- Close all open editors tabs.
- Exit eclipse.
rm -rf org.eclipse.core.resources
(Delete the newly created directory.)mv org.eclipse.core.resources.bak/ org.eclipse.core.resources
(Restore the original directory.)- Start eclipse and start working
The trials and tribulations of an amateur game programmer. Please tell him where he is going wrong.
Tuesday, February 05, 2013
Eclipse Hangs or Freezes on Startup
Try this:-
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment