NonStop Server for Java (NSJ) Tools Reference Pages (NSJ 2.0+)
NSJ Tools Home Page
java: Java
TM
Interpreter
The java tool interprets (executes) Java
TM
bytecode. For a complete description
of the tool and its use, see the Sun Microsystems documentation for java.
NonStop
TM
Server for Java also supports oldjava, a limited-feature launcher tool
that supports programming techniques that are incompatible with some 1.2 features
of Java. That tool is also described in the Sun Microsystems documentation for
java.
Synopsis
java [ options ] classname [ arguments ]
Compaq Extensions to Standard Java
-jit
Performs just-in-time (JIT) compilation on each class, translating the class to
native RISC code when it is loaded. This option is on by default.
-nojit
Prevents just-in-time compilation (translation) of bytecode to native RISC
code for each class when it is loaded. The default is -jit.
-nsjversion
Prints the Compaq build version.
See Also:
javac●
rmic●
jdb●
javah●
javap●
javadoc●
NSJ Tools Home Page