27
06
2008

Problem of JVM with Eclipse Ganymede

It appear that the JVM (under Linux apparently (I've only tested on it)) has some problems that makes Eclipse crash a lots of time (just by saving a file, for example).
It's very boring.

I've found a solution to avoid this problem, just edit the eclipse.ini file and add this line :

-XX:CompileCommand=exclude,org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding,<init>

Normally, your problem is now away ! :)

Share/Save/Bookmark

3 Comments so far ...


  1. Antoine

    Antoine M. says:

    Jun. 29, 2008, 03:28 PM

    J'adore ton anglais ;p

  2. Benjamin

    Benjamin says:

    Jul. 04, 2008, 08:57 PM

    Are you using a Sun JVM? Or the unsupported gcj VM?

  3. Cyril

    Cyril N. says:

    Jul. 08, 2008, 08:41 AM

    It's a JVM (1.6.0_06-b02)

Add a comment