Eclipse : JVM terminated exit code=1
November 11, 2009

I got the JVM terminated error while starting the eclipse with some added plugins.
On googling, I found some of the causes for the termination.
1.check if jre version >= 5
2. lock issues in case eclipse didnt shut down properly
3. check the eclipse.ini file for duplicate entries
4. check eclipse.ini for the available heap size for JVM.
-vmargs
-Xms40m
-Xmx256m
I tried all the above and upon decreasing the heap size, the eclipse started.
No comments yet