Setting Up a StructureBuilder Project
Home Up Search Java 2 API C++ Resources

Like JBuilder or Visual Cafe, SB has project files. To create a new project follow the these directions.

  1. First, create the subdirectory in which you'd like to store your project file, using Windows NT Explorer or any other capable program.    SB is not capable of creating directories.
  2. Start up StructureBuilder by clicking on its icon in the Development Tools folder.
  3. Select "File" and then "New", then "Project...".    A new project dialog box should pop up.
  4. Give the project a descriptive name.
  5. Set the source and output directories to the directory that is the default package directory for your Java code.   If your code is all in packages, as it would be normally, the default package directory is the directory above the packages, i.e. the directory that holds the packages.
  6. Click "OK" to save the package.   Save it in the desired directory.