Results 1 to 2 of 2
i'm having problems installing the eclipse IDE for java developing
currently running ubuntu 8.04 x64
first i downloaded the file
eclipse-java-europa-winter-linux-gtk.tar.gz
from
Eclipse Downloads
unpacked it, went into it's directory ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-20-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 2
installing eclipse IDE
i'm having problems installing the eclipse IDE for java developing
currently running ubuntu 8.04 x64
first i downloaded the file
eclipse-java-europa-winter-linux-gtk.tar.gz
from
Eclipse Downloads
unpacked it, went into it's directory and found an executable file named "eclipse". when i run it, it gives me this:
in a popup window.JVM terminated. Exit code=13
/usr/bin/java
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx256m
-jar /usr/local/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118. jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /usr/local/eclipse/eclipse
-name Eclipse
--launcher.library /usr/local/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.3.R 33x_v20080118/eclipse_1023.so
-startup /usr/local/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118. jar
-exitdata ef804d
-vm /usr/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx256m
-jar /usr/local/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118. jar
what exactly does this mean? do i need to update java?
my javac and java commands work fine. i've been working away at test java files for the past couple days and they've been compiling and executing smoothly.
thanks.
- 06-20-2008 #2Linux Newbie
- Join Date
- Jun 2006
- Location
- Greece, Athens
- Posts
- 214
You can try installing eclipse with synaptic or apt-get install eclipse


Reply With Quote
