Search code examples
eclipsemyeclipse

Importing an existing Eclipse project into MyEclipse workspace


I am trying to import an existing project into my ECLIPSE wORKSPACE . While importing the project into Eclipse using the (Existing Projects into Workspace ) option from eclipse , i have got the following screen shot .

screen shot

Now my question is What does the checkbox mean here (Copy Projects into Workspace )

Please refer to the screen here

http://tinypic.com/view.php?pic=n4tcua&s=7

What is the impact if we check or uncheck the checkbox Need your help on this .

Thanks .


Solution

  • I think he is more concerned about the check box, The check box tells you wether to create a copy of all the resources in the project you are importing to your workspace or not, and if you keep it unchecked it will just create a .classpatha and .project file ( basically a project ) with all the resources refering to original location.