NonStop Server for Java 4.2 Tools Reference

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:
rmic
java
jdb
javah
javap
javadoc
The Java Extensions Framework
Title Page | Tools Home Page
NonStop Server for Java Tools Reference Pages (529775-002)
© 2010 Hewlett-Packard Development Company L.P. All rights reserved.