Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix a workspace in eclipse that does not open anymore?

Tags:

One of my workspaces in eclipse can't be opened anymore. The other workspaces work fine. How can I fix this? First I thought this is an eclipse problem, but since the other workspaces work fine, something must be wrong with the workspace.

like image 712
Sophie Sepp Avatar asked Oct 14 '13 13:10

Sophie Sepp


People also ask

Why Eclipse workspace is not opening?

What I have found out is that it is because of some views open in the workspace, and they somehow might block the Eclipse startup. For example the Processor Expert 'Component Repository' view can cause this in Eclipse Neon (4.6) or Oxygen (4.7).

How do I open a closed workspace in Eclipse?

Reopening a Closed Project To reopen a closed project, in the Package Explorer view, select the closed project and click on the Project menu and select Open Project.


1 Answers

Try this-->>Goto .metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi and remove workbench.xmi file to solve this issue:

.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi.
like image 101
Saad Bilal Avatar answered Sep 19 '22 12:09

Saad Bilal