javac

The Sun Java compiler, javac, is used to build DrJava. The DrJava application also interfaces, at runtime, with the user's javac compiler. See the JDK section of Getting Started for installation instructions.

Documentation on the javac command can be found with Sun's Java tools documentation.

Compilation Paths

There are a number of search paths used as parameters to perform compilation. To avoid confusion, it's important to be familiar with the distinction between them.