The way to change the silent workspace in Eclipse can be:
1. When creating project, manually choose to use the new workspace, such as creating a Web project, the Location option in the wizard, canceling the use of default location, and selecting the new workspace below.
2. Select the switch workspace entry in the File menu to select a new workspace
http://roucheng.cnblogs.com/
3. Modify the recent_workspaces= default workspace path in the Org.eclipse.ui.ide file under the Configuration/.settings directory under the Eclipse installation directory
4. Start the shortcut with
Eclipse.exe-data c:/workspace ...
5. In the Preferences Wizard of the Window menu, under General, under Startup and Shuidown, tick "Prompt workspace on startup" and restart Eclipse. You can re-select WORKSPACE.L at the beginning of the launch
The 1th of the above method is suitable for situations where you do not want to create the current workspace when you have entered the workspace and then create the project, and personally feel that it is not particularly appropriate to place it here, because when you access the project, you still need to log in from the current workspace, but the project is placed in another project.
2nd is used to jump between different workspaces after entering eclipse
The 3rd article should only modify the recently accessed workspace, and if there are multiple workspaces, you can find that different workspaces are separated by a carriage return
The 4th is to enter the designated work area directly, namely C:/workspace ...
Following action 5th, Eclipse will ask the user which workspace to use when it starts, and if you accidentally delay the "Use this value as default and no longer access" check box when you enter it, this action corrects it.
Http://www.cnblogs.com/roucheng/p/texiao.html
Methods and instructions for changing the default workspace in eclipse