How do I prevent Eclipse from hanging on startup?
Posted
by Simon Nickerson
on Stack Overflow
See other posts from Stack Overflow
or by Simon Nickerson
Published on 2008-10-16T08:57:39Z
Indexed on
2010/05/07
2:18 UTC
Read the original article
Hit count: 461
eclipse
|eclipse-3.3
I am using Eclipse 3.3 ("Europa"). Periodically, Eclipse takes an inordinately long time (perhaps forever) to start up. The only thing I can see in the Eclipse log is:
!ENTRY org.eclipse.core.resources 2 10035 2008-10-16 09:47:34.801 !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
Googling reveals someone's suggestion that I remove the folder:
workspace\.metadata\.plugins\org.eclipse.core.resources\.root\.indexes
This does not appear to have helped.
Short of starting with a new workspace (something which I am not keen to do, as it takes me hours to set up all my projects again properly), is there a way to make Eclipse start up properly?
© Stack Overflow or respective owner