'Eclipse failing to open
My Eclipse IDE keeps failing to open. I've updated my java to the latest version, I've got the newest Eclipse Version. I'm running x64 Windows, it seems like the Error log is trying to use x32, but I've installed a x64 version of Eclipse. I tried re-installing the x64 version and it still didn't work.
In the Pastebin I've linked is the contents of the Log.
EDIT: I'm using x64-bit version of Java
Solution 1:[1]
The same happened to me: without renaming my workspace I just deleted the corrupted org.eclipse.core.resources folder in the workspace ($ECLIPSE_WORKSPACE/.metadata/.plugins/) and then Eclipse started successfully again.
Yes, I had to re-import all my projects (as Existing Projects) into the workspace.
Refs: Eclipse forum
Solution 2:[2]
Yes I have also removed org.eclipse.core.resources folder from my Eclipse workspace :
workspace\.metadata\.plugins\org.eclipse.core.resources
And also run the command in command prompt:
>eclipse.exe -clean -clearPersistedState
After doing this Eclipse should work without any problem.
OR
Open a new workspace.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Campa |
| Solution 2 |
