views:

73

answers:

3

I'm using Eclipse Galileo (v3.51). All of a sudden, after weeks of it starting up in about 30 seconds or so it's taking 5+ minutes. The message it hangs on org.eclipse.jst.jsp.core

Any suggestions?

+1  A: 

Which flavor of Eclipse are you using?

I have had bad experiences (like yours) with some plugin combinations -- especially Mylyn combined with the Maven Eclipse Plugin.

Drew Wills
Yeap, it could be a plug-in you installed. Try uninstalling any recent plugins.
Alonso
No recent plugins. I tried starting off with the Java bundle of Eclipse (without the j2ee plugins), then installed the j2ee components from the udpate site. As soon as they were installed, startup was again crawling slow.
RaresMan
A: 

Turns out something got trashed in my workspace metadata. Once I cleared that (and lost all my workspace settings), everything went back to normal.

RaresMan
A: 

I saw in your answer that your workspace metadata was corrupted. You may want to consider running Eclipse with the -clean flag occasionally. I've been doing that and it always runs well.

JasCav
I had tried this, but the -clean setting didn't do anything to fix my problem, I had to delete the metadata folder manually.
RaresMan