How to delete obsolete workspace in RAD?

2019-08-20 01:42发布

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.

1条回答
该账号已被封号
2楼-- · 2019-08-20 02:41

THe org.eclipse.ui.ide.prefs only allows you to show RECENT_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 under ECLIPSE_HOME/configuration/.settings/ directory.

查看更多
登录 后发表回答