After Installing Eclipse when i run it at always give me pop up to see the log file when i see the log file it says two files are missing .
Can't load library: /home/xxx/.swt/lib/linux/x86/libswt-gtk-3730.so Can't load library: /home/xxx/.swt/lib/linux/x86/libswt-gtk.so
Simple quick solution is that you run this command on terminal and then launch the eclipse from terminal
export LD_LIBRARY_PATH="/usr/lib/jni"