I went about my normal business of starting up Eclipse and I could only get oh so far before I got into a staring contest with this screen. (It’s just the normal Eclipse Ganymede loading screen except I changed the splash image to be more appealing).

Chris_Gruel_2009-11-09_06-49-24

It said that it was loading so I decided to wait it out, after 3 or 4 times my normal wait it was obvious that Eclipse was not going to start up.

I remembered that I was in a rush to leave the previous night and I didn’t let Eclipse close down properly, apparently this was my punishment.

So I scoured the interwebs searching for  a solution.

I tried doing a –clean, to no avail.

I used a –consolelog to try and see what was going on but the only abnormal thing I could find was this little gem.

!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.

This message led me to this blog where the solution was lying in waiting.

Just delete the

{Path.To.Eclipse}\.metadata\.plugins\org.eclipse.core.resources

folder. This causes eclipse to “forget” about your projects, but you can easily Import them back in.

Eclipse then opened up right away and all my settings were right where I had left them.