Create a new workspace in Eclipse

前端 未结 3 925
[愿得一人]
[愿得一人] 2020-12-07 08:37

I don\'t see any menu item I can use to create a new workspace.

What should I use to create a new workspace and move some of the projects from existing default work

3条回答
  •  太阳男子
    2020-12-07 09:22

    You can create multiple workspaces in Eclipse. You have to just specify the path of the workspace during Eclipse startup. You can even switch workspaces via File→Switch workspace.

    You can then import project to your workspace, copy paste project to your new workspace folder, then

    File→Import→Existing project in to workspace→select project.

提交回复
热议问题