Creating Java projects

A Java project contains source code and related files for building a Java program. To create a Java project :

  1. On the main menu bar, click File > New Project . The New Project wizard opens.
  2. Select a category from the left column and then select the type of project to create from the right column. Click Next.
  3. In the Project name field, type a name for your new project .
  4. (Optional) The project that you create will map to a directory structure in the file system. The default file system location is displayed in the Location field. If you want to create the project and its contained resources in a different location, clear the Use default location check box and specify the new location.
  5. If you want the new project to be dependent on one or more other projects, click Next and select the projects to be referenced.
  6. Click Finish. The new project is listed in the Navigator view.

 


Related concepts
Test suites
Hyades Test overview


Related tasks
Adding JUnit test suite methods
Adding JUnit test suite behaviors

(C) Copyright IBM Corporation 2000, 2003. All Rights Reserved.