0

I've been using Eclipse to code in Java for a while now. For the workspace, I've been using the default option that Eclipse gives. If I switched workspaces now, will the projects I currently have saved in Eclipse move over to the new workspace I switch to?

noobProgrammer
  • 467
  • 3
  • 8
  • 20
  • 1
    IMO this is a duplicate of http://stackoverflow.com/questions/7180474/how-to-move-an-eclipse-helios-project-to-a-different-workspace – NPE Jan 10 '15 at 07:29
  • The new workspace will be empty. You can have as many workspaces as you like and switch between them. – greg-449 Jan 10 '15 at 08:12

1 Answers1

0

They won't. But you can always use File > Import to clone or link projects from another workspace.

cruelcore1
  • 578
  • 4
  • 22