The selected node can be a project, package, or .java file. Making a package or project includes all the .java files within the package or project, including those within nested packages.
An "outdated" .class file is one that has an earlier date-time stamp than its .java source file.
The imported files that are checked and compiled include all recursively imported files (that is, imported files of imported files) except for files that are in stable packages that are not part of the project.
To Make a node, select the node in the Navigation pane, and choose Build|Make <node name>.
See also:
Building Applications with JBuilder: Compiling Java Programs
The node can be a project, package, or .java file. Rebuilding a package or project includes all the .java files within the package or project, including those within nested packages.
The imported files that are compiled include all recursively imported files (that is, imported files of imported files) except for files in stable packages that are not part of the project.
To Rebuild a node, select the node in the Navigation pane, and choose Build|Rebuild <node name>.
See also:
Building Applications with JBuilder: Compiling Java Programs