I want to create a Java-project in a subfolder of the workspace-directory. The wizard either lets me create a project in the workspace-directory, or import an existing one. Is there any way to achieve this?
+1
A:
To my knowledge, no: the only "directory" under which you can create a project is the "working set" one.
That special directory is visible by selecting the right top element:
PS: just to be complete, creating a project within a project (nested project) is also not possible (bug 43536 )
VonC
2010-04-26 15:44:40
A:
It is possible to add a subfolder to a project, by right clicking on the project folder, going to new, and clicking on new folder.
sub
2010-07-05 03:26:09