I'm having trouble with LPCXpresso IDE. I'm unable to launch it.
Here is a part of the log file :
java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: /home/fouge/.eclipse/org.eclipse.platform_4.2.0_470841845/configuration/org.eclipse.osgi/bundles/213/1/.cp/libswt-pi-gtk-4236.so: libgtk-x11-2.0.so.0: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type
I found help saying I need to make a symbolic link :
ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86/ # for 32-bit OS
ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86_64/ # for 64-bit OS
Like said on this post : Eclipse cannot load SWT libraries
But the problem is I don't have /usr/lib/jni directory ! I'm running Ubuntu 13.10
The question should be where are SWT library files ?