use this as the default and do not ask again

来源:互联网 发布:unix高级编程第三版 编辑:程序博客网 时间:2024/05/01 07:19

1. 启动Eclipse/MyEclipse后, 打开"Window -> Preferences -> General -> Workspace", 点Workspace页上的"Startup and Shutdown", 然后勾选"Startup and Shutdown"页中的"Prompt for workspace on startup";

 

2. 用记事本打开"/eclipse/configuration/.settings/org.eclipse.ui.ide.prefs", 将"SHOW_WORKSPACE_SELECTION_DIALOG"的值改为"true";

P.S.:  "RECENT_WORKSPACES"的值表示设置过的workspace绝对路径. 第一个路径是当前设定的路径, 向后依次之前曾设置过的. 各路径之间用"/n"分隔.

 

3. 删掉"/eclipse/configuration/.settings/org.eclipse.ui.ide.prefs".