Product with nested tests
The Java source files for a product are laid out in package directory like this:
- Select the menu item File > New > Project.... to open the New Project wizard.
-
On the left pane of the first wizard page, select Java, and on the right pane, select Java Project.
Click Next.
- On the next page, type "Product1" in the Project name field. Click Next.
-
Select "Product1" source folder and click Edit....
-
Click Create New Folder.... Type "src" in the Folder name field.
-
Click Advanced. Check Link to folder in the file system.
Click Browse.... and choose the "JavaSourceFiles" directory.

- Click OK twice to close the two dialogs.
-
Type "Product1/bin" in the Default output folder field.

-
Click Add Folder....
-
Expand "Project1", then "src" and select "tests".

- Click OK. You get an information dialog saying that exclusion filters have been added. Click OK.
- Click Finish.
-
You now have a Java project with a "src" folder and a "tests" folder which contain respectively
the "JavaSourceFiles" directory and the "tests" directory.

Java projects
Java views
Working with build paths
Creating a new Java project
Creating a Java project with source folders
Creating a new source folder
Using the Package Explorer
New Java Project Wizard
Package Explorer View