Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse failing to open

Tags:

java

eclipse

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.

http://pastebin.com/An5CRq3e

EDIT: I'm using x64-bit version of Java

like image 398
Jordon Myers Avatar asked Feb 05 '16 01:02

Jordon Myers


1 Answers

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

like image 122
Campa Avatar answered Sep 27 '22 18:09

Campa