有3中方法可以更改workspace的路径设置:
1. 启动Eclipse/MyEclipse后, 打开"Window -> Preferences -> General -> Startup and Shutdown->Workspaces", 然后勾选"Workspaces"页中的"Prompt for workspace on startup";
2. 用记事本打开"\eclipse\configuration\.settings\org.eclipse.ui.ide.prefs", 将"SHOW_WORKSPACE_SELECTION_DIALOG"的值改为"true";
3. 删掉"\eclipse\configuration\.settings\org.eclipse.ui.ide.prefs".
执行上述操作后, 再次启动, 又会弹出"Workspace Launcher"对话框, 可以重新设置了.