Most of the time, there will be a few workspaces (workspace) in one eclipse, but you'll find some workspaces that you don't feel you need or feel like anymore.
In fact, there are two ways to do it.
1. Open your eclipse and find it in the menu: Window-->preferences-->general-->startup and Sahutdown-->workspace, Then select the workspace you want to delete and click the Remove button on the right.
2. Find the following file Configuration\.settings\org.eclipse.ui.ide.prefs in your Eclipse directory, this is the workspace configuration file. Then delete the workspace you want to delete after recent_workspaces. For example, mine is.
Recent_workspaces=f\:\\workspace\\androidspace\nf\:\\aa
I want to get rid of AA This workspace then delete \nf\:\\aa on the line.
Also, although the above two practices can make more than the workspace is not displayed in your eclipse, but still exist on the hard disk, as long as the deletion will not be OK.
How do I delete a workspace in eclipse?