Using OpenSuse 11.0. Using Eclipse from the repositories. Here is the error message:
JVM terminated. Exit code=13
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/bin/java
-jar /usr/share/eclipse/./plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
-os linux
-ws gtk
-arch x86_64
-showsplash
-launcher /usr/lib64/eclipse/eclipse
-name Eclipse
--launcher.library /usr/lib64/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.0.v20070606/eclipse_1017a.so
-startup /usr/share/eclipse/./plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
-exitdata e8006
-vm /usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/bin/java
-vmargs
-jar /usr/share/eclipse/./plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
Any ideas on how to fix it.
muxecoid:
Using OpenSuse 11.0. Using Eclipse from the repositories. Here is the error message:
JVM terminated. Exit code=13
/usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/bin/java
-jar /usr/share/eclipse/./plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
-os linux
-ws gtk
-arch x86_64
-showsplash
-launcher /usr/lib64/eclipse/eclipse
-name Eclipse
--launcher.library /usr/lib64/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.0.v20070606/eclipse_1017a.so
-startup /usr/share/eclipse/./plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
-exitdata e8006
-vm /usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/bin/java
-vmargs
-jar /usr/share/eclipse/./plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
Any ideas on how to fix it.
I also had many problems with the eclipse from suse repos. Not in starting but updating and many other things. I then downloaded from Eclipse site and it is working fineā¦
Eclipse from eclipse site does not run with no error message at all :(.
P.S: Yes I have Java and it does work.
ram88
June 27, 2009, 8:03pm
#4
Reinstall the Sun JDK and the JVM from YaST (Update unconditionally), and start it from the command line with:
eclipse -clean
.
Good luck.