why do Eclipse3.1 not run in Redhat Linux ES4? [message #293089] |
Mon, 17 October 2005 23:22  |
Eclipse User |
|
|
|
Originally posted by: powerlian.163.com
hi,all
I am new to Eclipse.
I've installed eclipse3.1 into Redhat linux ES4,along with j2sdk1.5.0.
When I startup eclipse, it didn't run, and show the following message:
Warning: -Xms40m not understood. Ignoring.
Warning: -Xmx256m not understood. Ignoring.
Warning: -jar not understood. Ignoring.
Exception in thread "main" java.lang.NoClassDefFoundError:
usr.local.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 (/usr/local/eclipse/java.version=1.4.2)
at __libc_start_main (/lib/tls/libc-2.3.4.so)
at _Jv_RegisterClasses (/usr/local/eclipse/java.version=1.4.2)
I have set CLASSPATH,and try with j2sdk1.4.2 and j2sdk 1.5.0, but eclipse
can't run.
how can resolve this problem?
All of your ideas are appriciated!
best wishes!
|
|
|
Re: why do Eclipse3.1 not run in Redhat Linux ES4? [message #293090 is a reply to message #293089] |
Mon, 17 October 2005 23:35   |
Eclipse User |
|
|
|
It would appear that you are attempting to run Eclipse using gcj.
This is not supported.
Start Eclipse using the -vm option to point to your 1.4.2 or 1.5.0.
See
http://download.eclipse.org/eclipse/downloads/drops/R-3.1.1- 200509290840/java-runtimes.html
for pointers to Java runtimes that are known to work.
HTH
Darins
"powerebit" <powerlian@163.com> wrote in message
news:02d98469a7ced64046dab9ba20f53604$1@www.eclipse.org...
> hi,all
> I am new to Eclipse.
> I've installed eclipse3.1 into Redhat linux ES4,along with j2sdk1.5.0.
> When I startup eclipse, it didn't run, and show the following message:
> Warning: -Xms40m not understood. Ignoring.
> Warning: -Xmx256m not understood. Ignoring.
> Warning: -jar not understood. Ignoring.
> Exception in thread "main" java.lang.NoClassDefFoundError:
> usr.local.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 (/usr/local/eclipse/java.version=1.4.2)
> at __libc_start_main (/lib/tls/libc-2.3.4.so)
> at _Jv_RegisterClasses (/usr/local/eclipse/java.version=1.4.2)
>
> I have set CLASSPATH,and try with j2sdk1.4.2 and j2sdk 1.5.0, but eclipse
> can't run.
> how can resolve this problem?
> All of your ideas are appriciated!
>
> best wishes!
>
>
|
|
|
Re: why do Eclipse3.1 not run in Redhat Linux ES4? [message #293115 is a reply to message #293090] |
Tue, 18 October 2005 10:46   |
Eclipse User |
|
|
|
More information:
GCJ < 4.0 is not capable of running Eclipse. Please update to a most recent
version of GCJ.
"Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
news:dj1qhs$gp2$1@news.eclipse.org...
> It would appear that you are attempting to run Eclipse using gcj.
> This is not supported.
>
> Start Eclipse using the -vm option to point to your 1.4.2 or 1.5.0.
> See
> http://download.eclipse.org/eclipse/downloads/drops/R-3.1.1- 200509290840/java-runtimes.html
> for pointers to Java runtimes that are known to work.
>
> HTH
> Darins
>
> "powerebit" <powerlian@163.com> wrote in message
> news:02d98469a7ced64046dab9ba20f53604$1@www.eclipse.org...
>> hi,all
>> I am new to Eclipse.
>> I've installed eclipse3.1 into Redhat linux ES4,along with j2sdk1.5.0.
>> When I startup eclipse, it didn't run, and show the following message:
>> Warning: -Xms40m not understood. Ignoring.
>> Warning: -Xmx256m not understood. Ignoring.
>> Warning: -jar not understood. Ignoring.
>> Exception in thread "main" java.lang.NoClassDefFoundError:
>> usr.local.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 (/usr/local/eclipse/java.version=1.4.2)
>> at __libc_start_main (/lib/tls/libc-2.3.4.so)
>> at _Jv_RegisterClasses (/usr/local/eclipse/java.version=1.4.2)
>>
>> I have set CLASSPATH,and try with j2sdk1.4.2 and j2sdk 1.5.0, but eclipse
>> can't run.
>> how can resolve this problem?
>> All of your ideas are appriciated!
>>
>> best wishes!
>>
>>
>
>
|
|
|
Re: why do Eclipse3.1 not run in Redhat Linux ES4? [message #293134 is a reply to message #293090] |
Tue, 18 October 2005 14:57  |
Eclipse User |
|
|
|
Originally posted by: douglas.pollock.magma.ca
Darin Swanson wrote:
> It would appear that you are attempting to run Eclipse using gcj.
> This is not supported.
GCJ 4.0 or higher should just work.
>> I've installed eclipse3.1 into Redhat linux ES4,along with j2sdk1.5.0.
>> When I startup eclipse, it didn't run, and show the following message:
>> Warning: -Xms40m not understood. Ignoring.
>> Warning: -Xmx256m not understood. Ignoring.
>> Warning: -jar not understood. Ignoring.
>> Exception in thread "main" java.lang.NoClassDefFoundError:
>> usr.local.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 (/usr/local/eclipse/java.version=1.4.2)
>> at __libc_start_main (/lib/tls/libc-2.3.4.so)
>> at _Jv_RegisterClasses (/usr/local/eclipse/java.version=1.4.2)
Could you try filing a bug with Red Hat? This might be a packaging problem
of some kind, which they will likely be able to better help you with.
cheers,
d.
|
|
|
Powered by
FUDForum. Page generated in 0.03384 seconds