Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] SWT Build Error

Hi,

I am getting a typical stack trace if try yo execute any program using SWT Stream Stable Build 3.0M4.
This occurs only in Linux and Solaris on Motif.
The stack trace which i get is:
Solaris Error:
--------------
libswt-motif-3024.so: ld.so.1: java: fatal: libXp.so.1: open failed: No such file or directory
       at java.lang.ClassLoader$NativeLibrary.load(Native Method)
       at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473)
       at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1397)
       at java.lang.Runtime.loadLibrary0(Runtime.java:788)
       at java.lang.System.loadLibrary(System.java:832)
       at org.eclipse.swt.internal.Library.loadLibrary(Library.java:100)
       at org.eclipse.swt.internal.motif.OS.<clinit>(OS.java:20)
       at org.eclipse.swt.widgets.Display.createDisplay(Display.java:614)
       at org.eclipse.swt.widgets.Display.create(Display.java:600)
       at org.eclipse.swt.graphics.Device.<init>(Device.java:126)
       at org.eclipse.swt.widgets.Display.<init>(Display.java:350)
       at org.eclipse.swt.widgets.Display.<init>(Display.java:347)
       at SWTGui.main(SWTGui.java:25)
Linux Error:
------ libswt-motif-3024.so: libXm.so.2: cannot open shared object file: No such file or directory
       at java.lang.ClassLoader$NativeLibrary.load(Native Method)
       at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1473)
       at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1397)
       at java.lang.Runtime.loadLibrary0(Runtime.java:788)
       at java.lang.System.loadLibrary(System.java:832)
       at org.eclipse.swt.internal.Library.loadLibrary(Library.java:100)
       at org.eclipse.swt.internal.motif.OS.<clinit>(OS.java:20)
       at org.eclipse.swt.widgets.Display.createDisplay(Display.java:614)
       at org.eclipse.swt.widgets.Display.create(Display.java:600)
       at org.eclipse.swt.graphics.Device.<init>(Device.java:126)
       at org.eclipse.swt.widgets.Display.<init>(Display.java:350)
       at org.eclipse.swt.widgets.Display.<init>(Display.java:347)
       at SWTGui.main(SWTGui.java:25)


Not sure if i have got a corrupted download, but i replaced my binaries thrice to check this.

Any help/ advise??

Thanks
Aparup


Back to the top