I installed Eclipse Europa (3.3) and Eclipse Ganymede (3.4) but could start none of them. Starting eclipse fails with
I eventually found a fix, that requires to change the eclipse.ini file (I replace « new lines » with « spaces »)

Hope this helps!
Othere suggestions include:
- changing the vmargs parameters (also suggested by bobobobo) and in particular changing the maximum heap size1
- completedly blank out the eclipse.ini file (which obviously fixes the incorrect new line character)
- reinstall a 64 bit version of Java (in case you are on a 64 bit OS)
- fixing the arguments after vmargs. This was obviously not the problem with my fresh installation, ubt maybe it can help other people.
- I suspect this reformats the new lines as well, depending on the editor used [↩]
7 commentaires for Eclipse. JVM Terminated -1
filsa.net | jeu 7 août 2008 at 18:23
bobobobo | jeu 7 août 2008 at 22:11
wicked-nasty. i’ll try some of these ideas next time my eclipse breaks down
genericIT | mar 9 sept 2008 at 23:37
Hey, thank you, that line breaks were exactly the problem, which made my Eclipse don’t start! Now it works
MR.T | mer 22 juil 2009 at 3:40
Thank you very much.
This can help me a lot.
Daniela | ven 11 déc 2009 at 11:39
Just couldn’t believe my eyes. I had the same problem with Galileo, 32-bit OS, 32-bit JDK. Everything was working great until one day when eclipse just wouldn’t start anymore, the same error message. I tried to reinstall JDK, but it has nothing to do with it.
Replacing new lines with spaces in eclipse.ini did the trick. Thanks a lot!
Régis







Actually, I recommend getting the right version of Eclipse — 64bit — if you are on Vista 64 and getting these JVM Terminated -1 errors.
I have updated my post to make this more clear.
Cheers!