Comment 10 for bug 1000272

Revision history for this message
Venelin (venelin-tanev) wrote :

The fix that Marco provides works for me, I've just needed to make some changes because I didn't have such a folder: x86_64.
I run this in terminal:

sudo apt-get install libswt-gtk-3-jni libswt-gtk-3-java
sudo cp /usr/lib/jni/libswt-*3740.so ~/.swt/lib/linux/x86/
sudo chown MYUSERNAME. ~/.swt/lib/linux/x86/*
sudo chmod 755 ~/.swt/lib/linux/x86/*

Thanks, Marco