Problem with Eclipse: "An Error has occurred. See the log file ......"

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 ?

1

2 Answers

this worked for me :

sudo dpkg-reconfigure eclipse-pde eclipse-jdt

Click here! for more details.

2

The 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/*

source

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like