How can I delete workspace in Rational Application Developer (RAD). I know deleting the folder will delete the workspace, but it still shows me in switch workspace option in RAD.
I found that edit the org.eclipse.ui.ide.prefs will do it, but what is it that I should edit??
Thanks in advance.
THe
org.eclipse.ui.ide.prefs
only allows you to showRECENT_WORKSPACES
for when you start Eclipse, it doesn't allow for deleting for the workspace.To delete workspace, just delete the workspace directory (and remove it from
RECENT_WORKSPACES
). An explanation can be found on EclipseZone.Update the
org.eclipse.ui.ide.prefs
can be found underECLIPSE_HOME/configuration/.settings/
directory.