posted 16 years ago
I'm not sure if this is helpful for you, but i had a similar problem. Sometimes I got an OutOfMemoryError.
In my case the message was something like java.lang.OutOfMemoryError: PermGen space. For me, the solution was to add the parameter '-XX:PermSize=128m'. Since i did that, Eclipse isn't crashing anymore.
[ April 18, 2008: Message edited by: Frank Bacher ]