Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Running eclipse on Redhat Desktop v4
Running eclipse on Redhat Desktop v4 [message #45239] Fri, 01 April 2005 18:18 Go to next message
Eclipse UserFriend
Originally posted by: jstroot.lpl.arizona.edu

This is a multi-part message in MIME format.
--------------040901080402090408090904
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hello,

I've been having some trouble getting eclipse to run on my redhat
installation. I downloaded the sdk for linux on amd64 architecture, and
I have attached the logfile of the errors I have encountered. I have
also tried to build from source, and it breaks with this error

BUILD FAILED
/home/jstroot/eclipse/build.xml:40: taskdef class
org.eclipse.pde.internal.build.tasks.IdReplaceTask cannot be found


Any help appreciated.

Jonathan D Strootman

--------------040901080402090408090904
Content-Type: text/x-log;
name="1112378874660.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="1112378874660.log"

!SESSION Apr 01, 2005 11:07:56.601 ---------------------------------------------
eclipse.buildId=M200503110845
java.version=1.4.2_05
java.vendor=BEA Systems, Inc.
BootLoader constants: OS=linux, ARCH=amd64, WS=gtk, NL=en_US

!ENTRY org.eclipse.osgi Apr 01, 2005 11:07:56.624
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: /home/jstroot/eclipse/eclipse/plugins/org.eclipse.swt.gtk64_ 3.0.2/os/linux/amd64/libswt-pi-gtk-3064.so: /home/jstroot/eclipse/eclipse/plugins/org.eclipse.swt.gtk64_ 3.0.2/os/linux/amd64/libswt-pi-gtk-3064.so: cannot open shared object file: No such file or
at java.lang.ClassLoader$NativeLibrary.load(Ljava.lang.String;) I(Unknown Source)
at java.lang.ClassLoader.loadLibrary0(Ljava.lang.Class;Ljava.io .File;)Z(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Ljava.lang.Class;Ljava.lan g.String;Z)V(Unknown Source)
at java.lang.Runtime.loadLibrary0(Ljava.lang.Class;Ljava.lang.S tring;)V(Unknown Source)
at java.lang.System.loadLibrary(Ljava.lang.String;)V(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Ljava.lang.Stri ng;)V(Library.java:100)
at org.eclipse.swt.internal.gtk.OS.<clinit>()V(OS.java:19)
at jrockit.vm.RNI.getRunnableCode(I)I(Unknown Source)
at jrockit.vm.RNI.trampoline()V(Unknown Source)
at org.eclipse.swt.internal.gtk.OS.g_utf16_to_utf8([CJ[J[J[J)J( OS.java:???)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Ljava.lang.Stri ng;[CZ)[B(Converter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Ljava.lang.Stri ng;Ljava.lang.String;Z)[B(Converter.java:54)
at org.eclipse.swt.widgets.Display.<clinit>()V(Display.java:118)
at jrockit.vm.RNI.getRunnableCode(I)I(Unknown Source)
at jrockit.vm.RNI.trampoline()V(Unknown Source)
at org.eclipse.swt.widgets.Display.setAppName(Ljava.lang.String ;)V(Display.java:???)
at org.eclipse.ui.internal.Workbench.createDisplay()Lorg.eclips e.swt.widgets.Display;(Workbench.java:268)
at org.eclipse.ui.PlatformUI.createDisplay()Lorg.eclipse.swt.wi dgets.Display;(PlatformUI.java:153)
at org.eclipse.ui.internal.ide.IDEApplication.createDisplay()Lo rg.eclipse.swt.widgets.Display;(IDEApplication.java:122)
at org.eclipse.ui.internal.ide.IDEApplication.run(Ljava.lang.Ob ject;)Ljava.lang.Object;(IDEApplication.java:72)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Lj ava.lang.Object;)Ljava.lang.Object;(PlatformActivator.java:3 35)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava.la ng.Object;)Ljava.lang.Object;(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava.l ang.String;Ljava.lang.Runnable;)Ljava.lang.Object;(EclipseSt arter.java:129)
at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava.lang.Objec t;ILjava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;( Unknown Source)
at jrockit.reflect.NativeMethodInvoker.invoke(Ljava.lang.Object ;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lan g.Object;I)Ljava.lang.Object;(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun([Ljava.lang.String;) Ljava.lang.Object;(Main.java:185)
at org.eclipse.core.launcher.Main.run([Ljava.lang.String;)I(Mai n.java:704)
at org.eclipse.core.launcher.Main.main([Ljava.lang.String;)V(Ma in.java:688)

--------------040901080402090408090904--
Re: Running eclipse on Redhat Desktop v4 [message #45303 is a reply to message #45239] Fri, 01 April 2005 19:06 Go to previous message
Eclipse UserFriend
Originally posted by: myersj.gmail.com

Jonathan,

Are you running with a 64 bit JVM? I don't know if the JVM you're
using, provided by BEA is 64 bit, but I suspect not. Try the Java 1.5
64 bit JDK for Linux from Sun.

Hope this helps,
- Jeff

Jonathan D Strootman wrote:
> Hello,
>
> I've been having some trouble getting eclipse to run on my redhat
> installation. I downloaded the sdk for linux on amd64 architecture, and
> I have attached the logfile of the errors I have encountered. I have
> also tried to build from source, and it breaks with this error
>
> BUILD FAILED
> /home/jstroot/eclipse/build.xml:40: taskdef class
> org.eclipse.pde.internal.build.tasks.IdReplaceTask cannot be found
>
>
> Any help appreciated.
>
> Jonathan D Strootman
>
>
> ------------------------------------------------------------ ------------
>
> !SESSION Apr 01, 2005 11:07:56.601 ---------------------------------------------
> eclipse.buildId=M200503110845
> java.version=1.4.2_05
> java.vendor=BEA Systems, Inc.
> BootLoader constants: OS=linux, ARCH=amd64, WS=gtk, NL=en_US
>
> !ENTRY org.eclipse.osgi Apr 01, 2005 11:07:56.624
> !MESSAGE Application error
> !STACK 1
> java.lang.UnsatisfiedLinkError: /home/jstroot/eclipse/eclipse/plugins/org.eclipse.swt.gtk64_ 3.0.2/os/linux/amd64/libswt-pi-gtk-3064.so: /home/jstroot/eclipse/eclipse/plugins/org.eclipse.swt.gtk64_ 3.0.2/os/linux/amd64/libswt-pi-gtk-3064.so: cannot open shared object file: No such file or
> at java.lang.ClassLoader$NativeLibrary.load(Ljava.lang.String;) I(Unknown Source)
> at java.lang.ClassLoader.loadLibrary0(Ljava.lang.Class;Ljava.io .File;)Z(Unknown Source)
> at java.lang.ClassLoader.loadLibrary(Ljava.lang.Class;Ljava.lan g.String;Z)V(Unknown Source)
> at java.lang.Runtime.loadLibrary0(Ljava.lang.Class;Ljava.lang.S tring;)V(Unknown Source)
> at java.lang.System.loadLibrary(Ljava.lang.String;)V(Unknown Source)
> at org.eclipse.swt.internal.Library.loadLibrary(Ljava.lang.Stri ng;)V(Library.java:100)
> at org.eclipse.swt.internal.gtk.OS.<clinit>()V(OS.java:19)
> at jrockit.vm.RNI.getRunnableCode(I)I(Unknown Source)
> at jrockit.vm.RNI.trampoline()V(Unknown Source)
> at org.eclipse.swt.internal.gtk.OS.g_utf16_to_utf8([CJ[J[J[J)J( OS.java:???)
> at org.eclipse.swt.internal.Converter.wcsToMbcs(Ljava.lang.Stri ng;[CZ)[B(Converter.java:63)
> at org.eclipse.swt.internal.Converter.wcsToMbcs(Ljava.lang.Stri ng;Ljava.lang.String;Z)[B(Converter.java:54)
> at org.eclipse.swt.widgets.Display.<clinit>()V(Display.java:118)
> at jrockit.vm.RNI.getRunnableCode(I)I(Unknown Source)
> at jrockit.vm.RNI.trampoline()V(Unknown Source)
> at org.eclipse.swt.widgets.Display.setAppName(Ljava.lang.String ;)V(Display.java:???)
> at org.eclipse.ui.internal.Workbench.createDisplay()Lorg.eclips e.swt.widgets.Display;(Workbench.java:268)
> at org.eclipse.ui.PlatformUI.createDisplay()Lorg.eclipse.swt.wi dgets.Display;(PlatformUI.java:153)
> at org.eclipse.ui.internal.ide.IDEApplication.createDisplay()Lo rg.eclipse.swt.widgets.Display;(IDEApplication.java:122)
> at org.eclipse.ui.internal.ide.IDEApplication.run(Ljava.lang.Ob ject;)Ljava.lang.Object;(IDEApplication.java:72)
> at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Lj ava.lang.Object;)Ljava.lang.Object;(PlatformActivator.java:3 35)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava.la ng.Object;)Ljava.lang.Object;(EclipseStarter.java:273)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava.l ang.String;Ljava.lang.Runnable;)Ljava.lang.Object;(EclipseSt arter.java:129)
> at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava.lang.Objec t;ILjava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;( Unknown Source)
> at jrockit.reflect.NativeMethodInvoker.invoke(Ljava.lang.Object ;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
> at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lan g.Object;I)Ljava.lang.Object;(Unknown Source)
> at org.eclipse.core.launcher.Main.basicRun([Ljava.lang.String;) Ljava.lang.Object;(Main.java:185)
> at org.eclipse.core.launcher.Main.run([Ljava.lang.String;)I(Mai n.java:704)
> at org.eclipse.core.launcher.Main.main([Ljava.lang.String;)V(Ma in.java:688)
Previous Topic:PLUGINS - multiple products for same purpose
Next Topic:importing folders into a project
Goto Forum:
  


Current Time: Mon Dec 30 18:01:42 GMT 2024

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

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

Back to the top