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 in the system packages such as java.awt and baja.control.
To Make a node, select the node in the Navigation pane, and choose Build|Make <node name>.
See also:
User's Guide: 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 the system packages such as java.awt and baja.control.
To Rebuild a node, select the node in the Navigation pane, and choose Build|Rebuild <node name>.
See also:
User's Guide: Compiling Java Programs