eclipse crashing a lot

john117

Adept
i have been using eclipse as java ide but recently its crashing a lot specially when working on a java code with 2000+ lines .. it says stackoverflow exception and asks to exit ..

has anyone else experienced this issue .. or else tell me which is the most stable release of eclipse im using 3.3 (europa)..
 
You should probably try to handle that exception mate. Go through your code, see where it's throwing the exception. Unless it's the software itself throwing the exception, which could possibly mean that the amount of memory Windows would like it to use is being exceeded, hence causing Eclipse to pee in its pants.
 
upgrade to latest.

if that doesnot solve. try removing some of the plugins. most probably the cuplrit is a plugin

if even that does not, do a comlete fresh install of eclipse
 
Back
Top