Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse Fails to run
Eclipse Fails to run [message #169683] Tue, 05 September 2006 21:46 Go to next message
Eclipse UserFriend
Originally posted by: kris.worldspice.net

System: Linux(CentOS 4.3)
JRE: 1.4.2 /usr/bin/java

I have tried exec as regular user and root. I get the same error either
way.

Tried ./eclipse and ./eclipse -vm /usr/bin/java

(error) output:

Warning: -Xms40m not understood. Ignoring.
Warning: -Xmx256m not understood. Ignoring.
Warning: -jar not understood. Ignoring.
Exception in thread "main" java.lang.NoClassDefFoundError:
home.kris.INSTALLED.eclipse...startup.jar
at gnu.gcj.runtime.FirstThread.run() (/usr/lib/libgcj.so.5.0.0)
at _Jv_ThreadRun(java.lang.Thread) (/usr/lib/libgcj.so.5.0.0)
at _Jv_RunMain(java.lang.Class, byte const, int, byte const, boolean)
(/usr/lib/libgcj.so.5.0.0)
at __gcj_personality_v0
(/home/kris/INSTALLED/eclipse/java.version=1.4.2)
at __libc_start_main (/lib/tls/libc-2.3.4.so)
at _Jv_RegisterClasses (/home/kris/INSTALLED/eclipse/java.version=1.4.2)

Can anyone explain how to resolve? Please email me as I do not have time
to log in very often to search for responses. Any assistance is greatly
appreciated.

Cheers,

Kris
Re: Eclipse Fails to run [message #169693 is a reply to message #169683] Tue, 05 September 2006 23:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: stefan.teitge.web.de

Some distros of linux don't ship with a real JRE / JDK. The ship with
the open source GNU gcj with is not fully supporting the whole Java API.

Usually there is a symlink from /usr/bin/gcj to /usr/bin/java or
something similar.

I recommend to install a Java Runtime Environment on your CentOS.

Stefan Teitge
Re: Eclipse Fails to run [message #169751 is a reply to message #169693] Wed, 06 September 2006 13:34 Go to previous message
Eclipse UserFriend
Originally posted by: kris.worldspice.net

I thought it may be that jgc but I wasnt exactly sure what jgc was. You
know.. when in doubt, blame the shared object. :) Thank you for the info
and prompt reply!

Cheers,

Kris
Previous Topic:TPTP install instructions - who should I send corrections to?
Next Topic:printing in eclipse 2.1
Goto Forum:
  


Current Time: Fri Apr 19 00:13:34 GMT 2024

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

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

Back to the top