In other words, one folder, one project. Copy the folder, you’ve copied the whole project. One project open in the IDE at a time. Self-contained. Simple.
In other words, one folder, one project. Copy the folder, you’ve copied the whole
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Projects are organized as decribed in Eclipse. The folder where the project is stored contains all of the significant data.
However you have the considerably more powerful paradigm of workspace. A workspace is a set of preferences and projects somehow related. If you want to work with a project you copied (as in “copy the folder”) you have to import it in a workspace, but that’s it: it’s still a single comprehensive folder.
On the other hand if you want to have one single project open in the IDE at once you have different choices:
This way you are giving up some really cool features, though, such as importing projects into other projects.