Importing an existing Eclipse project into MyEclipse workspace

user663724 picture user663724 · Sep 27, 2011 · Viewed 8.3k times · Source

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 .

Answer

FUD picture FUD · Sep 27, 2011

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.