Eclipse Indigo won't start on Ubuntu 12.04
Error: java.lang.UnsatisfiedLinkError: Could not load SWT library.
Solution:
Solution:
ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86/
Reference:
http://stackoverflow.com/questions/10165693/eclipse-cannot-load-swt-libraries/10251453#10251453
Comments
Post a Comment
Feedback - positive or negative is welcome.