NonStop Server for Java Tools Reference (NSJ 4.0+)
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:
rmic●
java●
jdb●
javah●
javap●
javadoc●
The Java Extensions Framework●
Tools Home Page