Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Importing multiple projects with the same name in Eclipse

Tags:

java

eclipse

I have multiple projects with the same name in different directories.

How can I import them in the same workspace in Eclipse?

like image 897
cassiomolin Avatar asked Nov 01 '13 17:11

cassiomolin


People also ask

How do I import the same project twice in Eclipse?

Instead of importing the project, begin creating a new project with a different name. Then change the location of the project to your new existing project. Eclipse will then let you create the project using the existing directory and content. In my opinion this is the only answer that directly addresses the question.

How do I group multiple projects in Eclipse?

But you can group Projects into named Working Sets. On the Package Explorer or Project Explorer view menu, you can use Top Level Elements -> Working Sets and use Configure Working Sets.../Select Working Sets... to organize your Projects into folder-like groups.


2 Answers

You can change the name tag in the .project file in every project that you want to import before importing it

like image 190
César Cobo Avatar answered Sep 24 '22 07:09

César Cobo


There is an advance option available in eclipse and there you can provide the details asked and it should work...

Right Click >> Import >> "Select option Import Existing Maven Projects or from an archive file or directory" >> Advanced

enter image description here

like image 22
Rupesh Avatar answered Sep 23 '22 07:09

Rupesh