Friday, January 10, 2014

Eclipse Indigo - Ubuntu 12.04 Failed To Open Error: swt/lib/linux/x86/libswt-gtk-3740.so

After installing Eclipse Indigo in Ubuntu Desktop 12.04, the Eclipse failed to start. An error message box displayed:

To fix the problem, simply create a symbolic link into your home folder. Use the command below:

For Ubuntu 12.04 32 bit: 
   ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86/
For Ubuntu 12.04 64 bit: 
   ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86_64/

If you have questions, please leave a comment(s).

No comments: