Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Redhat KDE or Gnome
Redhat KDE or Gnome [message #141597] Sat, 04 March 2006 23:42 Go to next message
Eclipse UserFriend
Originally posted by: ejpolson.comcast.net

I'm trying to run Eclipse on Redhat WS 4 update 2.

After installing Java 5, I download the Eclipse SDK and extract it to the
same directory where Java installed /opt. When I try to launch Eclipse, I
get the following error message dialog:
JVM terminated. Exit code = 1
/usr/bin/java
-Xms40m
-Xmx256m
-Jar /opt/eclipse/startup.jar
-os linux
-ws gtk
-arch x86
-launcher /opt/eclipse/eclipse
-name Eclipse
-showsplash 600
-exitdata 90005
-vm /usr/bin/java
-vm args
-Xms40m
-Xmx256m
-jar /opt/eclipse/startup.jar

The exitdata flag changes. For instance, the last three times I tried, it
returned 90005, then a0005, then b0005.

Any ideas on what I'm doing wrong? Any help is GREATLY apreciated
Re: Redhat KDE or Gnome [message #141631 is a reply to message #141597] Sun, 05 March 2006 14:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: myersj.gmail.com

It looks like you're not using the Java version you downloaded:
JVM terminated. Exit code = 1
/usr/bin/java

You can either modify your path so that the Java you installed shows up
first on the $PATH, or you can launch eclipse with the command line
option -vm /path/to/java

Hope this helps,
- Jeff
Re: Redhat KDE or Gnome [message #141674 is a reply to message #141597] Mon, 06 March 2006 08:03 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.rohe.stud.tu-ilmenau.de

Eric Polson schrieb:
> I'm trying to run Eclipse on Redhat WS 4 update 2.
>
> After installing Java 5, I download the Eclipse SDK and extract it to
> the same directory where Java installed /opt. When I try to launch
> Eclipse, I get the following error message dialog:
> JVM terminated. Exit code = 1
> /usr/bin/java
> -Xms40m
> -Xmx256m
> -Jar /opt/eclipse/startup.jar
> -os linux
> -ws gtk
> -arch x86
> -launcher /opt/eclipse/eclipse
> -name Eclipse
> -showsplash 600
> -exitdata 90005
> -vm /usr/bin/java
> -vm args
> -Xms40m
> -Xmx256m
> -jar /opt/eclipse/startup.jar
>
> The exitdata flag changes. For instance, the last three times I tried,
> it returned 90005, then a0005, then b0005.
>
> Any ideas on what I'm doing wrong? Any help is GREATLY apreciated
>
Have you added an entry to the alternatives system and updated the Java
symlinks that point to your new Java installation? This must be done on
FC4 so I think it must also be done on RH linux. Another way is to use
JPackage.org packages which provide source-RPMs for manually creating
Java-RPMs. With the RPMs you can integrate the Java installation into
your package management.

Kind regards,
Daniel
Previous Topic:install on a mac
Next Topic:Only part of the file is shown
Goto Forum:
  


Current Time: Thu Apr 25 13:09:54 GMT 2024

Powered by FUDForum. Page generated in 0.08736 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top