Eclipse Juno/Kepler crashes

eclipse

I've got problem with Eclipse.
It crashes time by time (4-5 times a day), without any errors! (CPU usage is also normal), but I can't do anything – click or write in Eclipse, or close this application. Only kill "javaw" process in process manager helps.
After restart, my workspace is corrupted and I have to configure some things again (custom perspectives and install other versions of JDK). It is very problematic.

Any ideas?
Some info I have found, refer to older versions of eclipse.

I've tried EE and standard version, Kepler and Juno, on Windows, without any plugins.

Best Answer

I add following line to eclipse.ini

-Dorg.eclipse.swt.browser.DefaultType=mozilla

and this line to config.ini

org.eclipse.swt.browser.DefaultType=mozilla

and my problem solved.

Related Topic