Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

eclipse IDE crashes after seconds with JVM terminated. Exit code=1

Tags:

java

eclipse

I'm using eclipse IDE Galileo fine on Ubuntu 10.04.(with JRE in the eclipse root directory) When I tried to download and use new eclipse HELIOS it crashes instantly or after 10 seconds maximum with this error message

JVM terminated. Exit code=1
/usr/bin/java
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx384m
-jar /home/arefaey/devel/eclipse/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-os linux
-ws gtk
-arch x86_64
-showsplash
-launcher /home/arefaey/devel/eclipse/eclipse
-name Eclipse
--launcher.library /home/arefaey/devel/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.0.v20100503/eclipse_1307.so
-startup /home/arefaey/devel/eclipse/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-exitdata 1758045
-product org.eclipse.epp.package.java.product
-vm /usr/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx384m
-jar /home/arefaey/devel/eclipse/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar 

I googled and tried many suugestions :

  • Changed the eclipse directory
  • Changed the workspace directory
  • changed the eclipse.ini -Xmx256 to 512 or higher
  • Deleted the eclipse.ini file.
  • Copied the JRE directory -which works with Galileo- to the HELIOS root directory

It woud be great if I got help with that as HELIOS is really faster.

Thanks in advance,

like image 241
Montaro Avatar asked Jan 21 '23 17:01

Montaro


1 Answers

There is a known bug when using Helios with Java 6u21 on windows, apparently sun changed the name of one of the parameters or something .

There was a discussion a while back on the eclipse forums about adding a message to the main download screen, but apparently they didn't do it.

Newsgroup link

also

Link to the bug

like image 127
Goibniu Avatar answered Jan 28 '23 19:01

Goibniu