Eclipse : Importing Existing Projects into workspace

eclipse

We have a Existing project downloaded from server which was build on Maven .
(this is in the form of Folder Structure )

While import that project in Eclipse , should i use

Existing Projects into workspace

Or

File System

Please guide me

Thank you .

Best Answer

If you import a project into the workspace the files remain in their original locations. I do not know how to avoid this. Often (always) I would like to have a copy of the files in the workspace and leave the project I imported it from in its original location untouched. A frequent use-case is that I have a project and wish to make some changes to it to test out something without affecting the main project. Thanks John