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 .
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you really have an existing project, then you must have a
.projectfile. Check for that, and if you do have, you should use the Existing Projects into workspace option, and select the root folder of your project.Since you have a Maven project, you could also import it as Existing Maven Projects, given that you have the Maven plugin installed in your eclipse.