Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (2.3k points)
edited by

My eclipse orion is not working properly. When i try to open it, it shows a message "loading resources" and then just gets stuck.

closed

1 Answer

0 votes
by (6.9k points)
selected by
 
Best answer

Hmmm... there can be a lot of reasons why your eclipse-orion isn't working. 

Try these methods out, at least one of them should work :

A. Removing the .metadata folder in your local workspace helps . It contains a .LOCK file that if not properly closed, prevents eclipse from starting properly. 

[Workspace Directory]/.metadata/.plugins/org.eclipse.core.resources/.snap

If you are using a Unix based systems you can type following on command line;

rm -r workspace/.metadata

Then launch your eclipse again.

If you are still getting the loading screen try using a different account, at least that way you'll know if it's an issue with your account or not.

But be warned the above method will remove all your workplace configurations!

or 

B. Try using a dev-tool command to clear the cache :

Open the Dev-tools & run localStorage.clear() in the console.

 Hope this helps.

Browse Categories

...