Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Help for newbie: how to use Eclipse as C++ IDE in Linux?

Completely new to Eclipse.

Redhat Enterprise 4.0 x64.

Downloaded and unpacked Eclipse. When running it, got the following error
message consistently. Is there any setting that I need to modify to install
Eclipse?

I've tried Google but found few obscure clues and got totally lost. So I join here
to seek help. The error message is attached here. Thanks a lot!

JVM terminated. Exit code=1
/usr/bin/java
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx256m
-jar /home/foo/eclipse/plugins/org.eclipse.equinox.
launcher_1.0.1.R33x_v20070828.jar
-os linux
-ws gtk
-arch x86_64
-showsplash
-launcher /home/foo/ecliplse/eclipse
-name Eclipse
-launcher.libary /home/foo/eclipse/plugins/org.eclipse.equinox.
launcher.gtk.linux.x86_64_1.0.2.R331_v20071019/
eclipse_1021.so
-startup /home/fool/eclipse/plugins/org.eclipses.equinox.
launcher_1.0.1.R33x_v20070828.jar
-exidata 1e6800e
-vm /usr/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx256m
-jar /home/foo/eclipse/plugins/org.eclipse.equinox.
launcher_1.0.1.R33x_v20070828.jar

Back to the top