Eclipse. JVM Terminated -1
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 [↩]
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.




August 7th, 2008 at 18:23
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!
August 7th, 2008 at 22:11
wicked-nasty. i’ll try some of these ideas next time my eclipse breaks down
August 8th, 2008 at 23:01
Thanks for pointing the mistake, filsa. I read (too) quickly your post (my environment was 32 bit, so I knew your solution would not help me).
I have corrected the post.
September 9th, 2008 at 23:37
Hey, thank you, that line breaks were exactly the problem, which made my Eclipse don’t start! Now it works