Compiling a Java Program

See Also 

You can compile all files in a program or only those files that are new or have changed since the last compile. If a file needs to be compiled, the badge Compile status icon is displayed on the Java class node in the Filesystems window.

To compile a program:

  1. Select the file or folder in the Filesystems window or open the file in the Source Editor.
  2. From the main window, choose one of the following:

If you have enabled JavaMake to manage compilation dependencies, the Build and Compile commands behave as follows:

See Managing Dependencies Between Java Classes for more information.
Tip You can turn off the display of the compile status badge (Compile status icon) on the node for a Java class file. In the Options window, expand the Editing node and select Java Sources. Change the Show Compile Status property to False.
See Also
Specifying a Target Directory for Class Files
Correcting Errors in Source Code
Fixing an Out of Memory Error
Compiling, Running, and Debugging a Project
Cross-Compiling Between Java Platforms

Legal Notices