NonStop Server for Java (NSJ) Tools Reference Pages (NSJ 2.1+)
Tools Home Page
java: Java Interpreter
The java interpreter executes Java bytecode. For a complete description of the
tool and its use, see the Sun Microsystems documentation for java.
NonStop 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.
-Xabend
Turns on the abend option to abort the process if an uncaught exception
occurs.
See Also:
javac●
rmic●
jdb●
javah●
javap●