cannot start eclipse in Ubuntu 12.04 -- java.lang.UnsatisfiedLinkError: Could not load SWT library.
The needed stuff are under /usr/lib/jni/ folder. One needs to symlink them in and it worked.
ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86_64/
Reference
ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86_64/
Reference
Thank you!!! got same problem, now it's solved
ReplyDelete