Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » eclipse2.1 + AIX5.1 + IBMSDK1.4 = not working???
eclipse2.1 + AIX5.1 + IBMSDK1.4 = not working??? [message #51948] Wed, 28 May 2003 14:31 Go to next message
Adrian FILIP is currently offline Adrian FILIPFriend
Messages: 11
Registered: July 2009
Junior Member
Hello,

Eclipse 2.1 on AIX 5.1 with IBM JDK 1.4 is not working.
Any idea?

Best regards

P.S. Here is output:
java.lang.UnsatisfiedLinkError:
/home/adi/eclipse/plugins/org.eclipse.swt.motif_
2.1.0/os/aix/ppc/libswt-motif-2133.a: load ENOEXEC on shared library(s)
/home/a
di/eclipse/plugins/org.eclipse.swt.motif_2.1.0/os/aix/ppc/li bswt-motif-2133.a
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1973)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1829)
at java.lang.Runtime.loadLibrary0(Runtime.java:805)
at java.lang.System.loadLibrary(System.java:883)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:10 8)
at at
org.eclipse.swt.internal.motif.OS.<clinit>(OS.java:20).null(U
nknown Source)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:5 90)
at org.eclipse.swt.widgets.Display.create(Display.java:576)
at org.eclipse.swt.graphics.Device.<init>(Device.java:126)
at org.eclipse.swt.widgets.Display.<init>(Display.java:339)
at org.eclipse.swt.widgets.Display.<init>(Display.java:336)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1361)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoa
der.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.
java:61)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAcces
sorImpl.java:40)
at java.lang.reflect.Method.invoke(Method.java:335)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
Re: eclipse2.1 + AIX5.1 + IBMSDK1.4 = not working??? [message #52637 is a reply to message #51948] Wed, 28 May 2003 21:36 Go to previous messageGo to next message
Thomas Mäder is currently offline Thomas MäderFriend
Messages: 4
Registered: July 2009
Junior Member
Do you have execute permission for libswt-motif-2133.a?

Adrian FILIP wrote:
> Hello,
>
> Eclipse 2.1 on AIX 5.1 with IBM JDK 1.4 is not working.
> Any idea?
>
> Best regards
>
> P.S. Here is output:
> java.lang.UnsatisfiedLinkError:
> /home/adi/eclipse/plugins/org.eclipse.swt.motif_
> 2.1.0/os/aix/ppc/libswt-motif-2133.a: load ENOEXEC on shared library(s)
> /home/a
> di/eclipse/plugins/org.eclipse.swt.motif_2.1.0/os/aix/ppc/li bswt-motif-2133.a
> at java.lang.ClassLoader$NativeLibrary.load(Native Method)
> at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1973)
> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1829)
> at java.lang.Runtime.loadLibrary0(Runtime.java:805)
> at java.lang.System.loadLibrary(System.java:883)
> at org.eclipse.swt.internal.Library.loadLibrary(Library.java:10 8)
> at at
> org.eclipse.swt.internal.motif.OS.<clinit>(OS.java:20).null(U
> nknown Source)
> at org.eclipse.swt.widgets.Display.createDisplay(Display.java:5 90)
> at org.eclipse.swt.widgets.Display.create(Display.java:576)
> at org.eclipse.swt.graphics.Device.<init>(Device.java:126)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:339)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:336)
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1361)
> at
> org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoa
> der.java:845)
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.
> java:61)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAcces
> sorImpl.java:40)
> at java.lang.reflect.Method.invoke(Method.java:335)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
> at org.eclipse.core.launcher.Main.run(Main.java:747)
> at org.eclipse.core.launcher.Main.main(Main.java:583)
>
>
Re: eclipse2.1 + AIX5.1 + IBMSDK1.4 = not working??? [message #53225 is a reply to message #52637] Thu, 29 May 2003 06:26 Go to previous message
Adrian FILIP is currently offline Adrian FILIPFriend
Messages: 11
Registered: July 2009
Junior Member
Thomas Mäder wrote:

> Do you have execute permission for libswt-motif-2133.a?

I've tried with and without execute permission for libswt-motif-2133.a but
still no luck.
If I export display from AIX machine to a linux machine it's working, but
I want to be able to run eclipse on AIX computer.

Adi
Previous Topic:New Plugin project wizard GUI strange behaviour
Next Topic:Accessing LaunchingConfiguration
Goto Forum:
  


Current Time: Sun Oct 06 08:27:41 GMT 2024

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

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

Back to the top