Delete Unwanted Workspaces in Eclipse

Its possible to remove the workspace in eclipse without much complications. The options are available under Preferences->General->Startup and Shutdown->Workspaces.
Note that this does not actually delete the files from the system, it simply removes it from the list of suggested workspaces. It changes the org.eclipse.ui.ide.prefs file within Eclipse.

See the screen shot below for your reference.


Comments