Whenever I start up Eclipse Juno, it gives me an error saying:
An error had occured. Please see the log file:
C:\\Program Files\\eclipse\\
The reason may be that you are trying to use old version
of Eclipse for new version of Java. I've downloaded the latest Eclipse (which is Oxygen) and it worked for me.
I got the same error when I was using Texas Instrument's Code Composer Studio which is built on eclipse. It happened when I changed my Workspace folder to be inside the Google Drive folder. Deleting files from YOUR_WORKSPACE/.metadata/.plugins/org.eclipse.core.resources/ did not work for me.
The following worked for me:
However deleting and restoring the Workspace folder is not advisable since it can have other complications. But I was desperate.
i found the solution. i have installed 2 versions of jre sdk 1.3 and jre7 so i uninstall the older version sdk1.3 then it works.
Here's what I did to solve this:
workspace/.metadata
C:\path\to\eclipse\eclipse -clean
Then change the working project directory to something different. It should work after that.
Sounds simple but just delete/uninstall eclipse and install it again.