Comment 7 for bug 975560

Revision history for this message
John Thorp (2-ebay) wrote :

I was having a very similar error in 12.04:
java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
 no swt-gtk-3740 in java.library.path
...

Duane's work around worked for me also, with the following minor variation since I have a 32 bit machine:
$ cp /usr/lib/jni/libswt-*3740.so ~/.swt/lib/linux/x86

Thanks for your help!