1

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.

1 Answers1

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