I have imported an eclipse project to my workspace. While importing,I forgot to select "copy to workspace"check box. But now, I want those projects to be in workspace. Is there any way to achieve this without importing again.
Asked
Active
Viewed 34 times
1
-
1Why don't you want to import this again? This would be the simplest way. – Kao Jul 16 '14 at 07:04
-
The number of eclipse project imported was more than 20, and all those project are in different location. – Gowtham Shanmugaraj Jul 16 '14 at 07:07
1 Answers
1
Right click on your project in Package Explorer, Refactor, Move and select target location for your project.

Kao
- 7,225
- 9
- 41
- 65
-
Wow, I'm using Eclipse for ages, but haven't seen this feature before :D – rlegendi Jul 16 '14 at 07:09
-
I tried with providing target location as workspace location, but i am receiving "%target location % overlaps workspace location " any idea? – Gowtham Shanmugaraj Jul 16 '14 at 07:16
-
You can use any empty directory (not neccessary workspace location) to import your projects into. See [this question](http://stackoverflow.com/questions/6594084/eclipse-import-project-error-overlaps-workspace-location). – Kao Jul 16 '14 at 07:18