Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] AIX/Motif: SWT 64bit problems

I have an application that was built using SWT. It runs fine using a 32bit JVM on an AIX 5.2 box. It does not run when I switch to a 64bit JVM on the same box. I downloaded SWT sources and rebuilt hoping that maybe there was something in the build that needed to be set, but it appears that might not be the case.

The error that I get is:

Exception in thread "main" java.lang.UnsatisfiedLinkError: /amd/eng/home/moulden/pforce/sapient/project/export/configtool/ powerpc_aix/lib/libswt-motif-3038.a: load ENOEXEC on shared library(s) /amd/eng/home/moulden/pforce/sapient/project/export/configtool/ powerpc_aix/lib/libswt-motif-3038.a
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2014)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1892)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:885)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:100) at at org.eclipse.swt.internal.motif.OS.<clinit>(OS.java:20).null(Unknown Source) at at org.eclipse.swt.internal.Converter.<clinit>(Converter.java: 53).null(Unknown Source) at at org.eclipse.swt.widgets.Composite.<clinit>(Composite.java: 48).null(Unknown Source)
...

Any ideas on how to get this to run in a 64bit JVM?
Thanks in advance.



Back to the top