Working with Builds

The following table shows how to build a project.
Number one
Set the compilation classpath

Number two
Build project


Number three
Correct compilation errors

Number four
Clean and build project
  • Clean the build and dist directories by deleting their contents.

Number five
Examine build output
  • View compiled classes in the project's build directory (in the Files window).
  • View Javadoc files and built libraries, like JAR files and WAR files, in the project's dist directory (in the Files window).

Legal Notices