How to delete obsolete workspace in RAD?

社会主义新天地 提交于 2020-01-07 04:18:07

问题


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:


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.



来源:https://stackoverflow.com/questions/4388857/how-to-delete-obsolete-workspace-in-rad

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!