NonStop Server for Java 5.0 Tools Reference Pages

Title Page | Tools Home Page
javac: Java Programming Language
Compiler
The javac tool compiles Java source code into bytecode. For a complete
description of the tool and its use, see the Sun Microsystems documentation for
javac.
Synopsis
javac [ options ] [ sourcefiles ] [ @argfiles ]
Arguments may be in any order.
options
Command-line options.
sourcefiles
One or more source files to be compiled (such as
MyClass.java).
@argfiles
One or more files that list options and source files. The -J
options are not allowed in these files.
See Also:
java
jdb
javah
javap
javadoc
jar
The Java Extensions Framework
Title Page | Tools Home Page