If you remove the workspace from your disk, it'll still appear in the workspace launcher, when you start up Eclipse.
So, how do you get rid of it?
Ecplise is storing the workspace information in a preferences file called "org.eclipse.ui.ide.prefs". This file is located under "%ECLIPSE_HOME%\configuration\.settings" and contains a key named "RECENT_WORKSPACES". The value of this key contains a comma seperated list of workspaces, more precisely the path to the workspaces. If you delete one of the entries, it'll disappear from the workspace launcher.
What you have to do is the following:
- exit Eclipse
- delete the workspace from your disk
- delete the path pointing to your obsolet workspace in the mentioned preferences file
- start Eclipse
19 comments:
Thanks for the clear guidelines.
I was looking for the same under various menus and preferences, but could not find anything like "manage workspace".
Now I could delete my obselete workspaces :-).
This works a treat under Windows for version 3.2 of eclipse.
I don't suppose you know how to do this on linux? The .settings file is hidden on linux and when I try to open the file, I get an error saying it's not a readable file.
Thanks.
Thanks a lot.
sudo or su to root to edit the file
I was looking 4 that hardly... but now I got it.. Thanx a lot ;)
Hi
Thanks for your post. It was quite difficult to finde a how2 delete a workspce from Eclipse...
Cheers Guido
Thank you! Exactly what I was looking for :)
"Manage Workspaces" is clearly a missing feature, but with your guide I was able to get rid of the "overlap"-problems - at last! :-)
Perfect! Thanks! Why doesn't Eclipse offer that in the Preferences? don't understand... it would be so easy.
thankyou, it's really help !
Thanks a lot. That helped to remove the workspace.
Thanks for this advice!
greeting from Spain
Thank you!
thanks, exactly what I was looking for since a long time
Thank you! One Google search and your post came up...much appreciated!
I guess the tip is not working for eclipse3.4
For me, my installation wasn't using %ECLIPSE_HOME%\configuration\.settings. I'm on 3.6.1, however I did finally find the correct configuration file under a ~/.eclipse directory.
Thanks for helping me get rid of an annoying workspace reference.
thanks. that was good!
thanks a lot.......for your post :D
Post a Comment