Product with nested tests

Layout on file system

Steps for defining a corresponding project

  1. Open a Java perspective, select the menu item File > New > Project.... to open the New Project wizard.
  2. Select Java project in the list of wizards and click Next.
  3. On the next page, type "Product1" in the Project name field. Click Next.
  4. On the next page, Select "Product1" source folder and click Add Folder....

  5. In New Source Folder dialog, type "src" in the Folder name field.

    Click Advanced. Check Link to folder in the file system.

    Click Browse.... and choose the "JavaSourceFiles" directory.

    New linked folder

  6. Click OK to close the dialog.
  7. Click Yes in confirmation dialog to have "Product1/bin" as default output folder.

    Default output folder confirmation

  8. Click Add Folder....
  9. Expand "Product1", then "src" and select "tests".

    Selecting tests folder

  10. Click OK. You get an information dialog saying that exclusion filters have been added. Click OK.
  11. Your project source setup now looks as follows:

    Source and output page after setting output

  12. Click Finish.
  13. 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 perspective

Related concepts

Java projects
Java views

Related tasks

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

Related reference

New Java Project Wizard
Package Explorer View

Legal notices