Methods and instructions for changing the default workspace in Eclipse

  • 2020-05-09 18:34:49
  • OfStack

There are several ways to change the silent workspace in eclipse:

1. When creating project, manually select the new workspace, such as creating 1 web project. In the Location option in the wizard, unselect "Use default location", and select the new workspace below.

2. Select the switch workspace item from the file menu to select a new workspace

3. Install directory configuration/in eclipse. org settings directory. eclipse. ui. ide file, modify RECENT_WORKSPACES = workspace path by default

4. Launch the shortcut

eclipse.exe -data C:/WorkSpace...

5. In the preferences wizard of the window menu, under General under Startup and Shuidown, check "Prompt workspace on startup" and restart eclipse to select workspace.l again at the beginning of the startup

The above method in the article 1 suitable for already in the workspace, then create a project does not want to create in the situation of the current working area, the individual feels this here seems not very appropriate, because when access project, still need from the current workspace login access, is just a project in the other one in the project.

Article 2 is for jumping between workspaces after entering eclipse

Article 3 should modify only the most recently accessed workspaces, and if there are multiple workspaces, you can find that different workspaces are separated by carriage returns

Article 4 goes directly to the designated workspace, C:/WorkSpace...

After the operation in accordance with article 5, eclipse will ask the user which workspace to enter when it is started. If the "use this value as the default and no longer access" check box is accidentally clicked when entering, this operation will be corrected.

The above is the site to introduce you Eclipse to change the default workspace method and explain in detail, I hope to help you!


Related articles: