I have two projects, Project1 and Project2.
Now i want to copy this projects into eclipse workspace but i want these projects to be in a single folder like below.
Eclipse Workspace -> Project -> Project1, Project2
i.e Project1 and Project2 should be in folder Project in Workspace folder.
How to do this in eclipse?
There really isn't an Eclipse specific solution to this problem. Even if you import the projects in to Eclipse, the only way to arrive at the directory structure you desire is to move the files around in Eclipse.
An easier solution would be to create the desired directory structure somewhere on the filesystem and then use Eclipse's import existing source feature.