I have Ubuntu 13.04 and when I want run Vega program by ./Vega
I get this message
An error has occurred. See the log file
/home/engalaabt/.eclipse/1150212041/configuration/1371636662714.log.so what is the problem and how i can fix it ?
12 Answers
this worked for me :
sudo dpkg-reconfigure eclipse-pde eclipse-jdtClick here! for more details.
2The following code worked for me
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/*