tags:

views:

149

answers:

2

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:

alt text


PS: just to be complete, creating a project within a project (nested project) is also not possible (bug 43536 )

VonC
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