|
Like JBuilder or Visual Cafe, SB has project files. To create a new project follow the
these directions.
- 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.
- Start up StructureBuilder by clicking on its icon in the Development
Tools folder.
- Select "File" and then "New", then
"Project...". A new project dialog box should pop up.
- Give the project a descriptive name.
- 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.
- Click "OK" to save the package. Save
it in the desired directory.
|