背景
首次啟動Eclipse時, 會彈出"Workspace Launcher"對話框, 提示設置Workspace路徑. 設定好路徑后, 倘若勾選了"Use this as the default and do not ask again", 那么以后再啟動時就不會有提示, 直接進入默認工作空間.
以下方法可以更改workspace的路徑設置.
方案一:啟動Eclipse后, 打開"Window -> Preferences -> General -> Workspace", 點Workspace頁上的"Startup and Shutdown", 然后勾選"Startup and Shutdown"頁中的"Prompt for workspace on startup";
方案二:用記事本打開"\eclipse\configuration\.settings\org.eclipse.ui.ide.prefs", 將"SHOW_WORKSPACE_SELECTION_DIALOG"的值改為"true";