NonStop Server for Java Programmer's Reference (NSJ 4.2+)

JavaBeans Development Kit (BDK)
A set of tools for creating JavaBeans that is included with the NonStop Server for Java 4.
javac
The Java compiler, which compiles Java source code into bytecode. Also, the command
to run the Java compiler.
javachk
The Java Checker, which determines whether a problem with the Java virtual machine is
due to an incorrect TCP/IP configuration. Also, the command to run the Java checker.
javadoc
The Java API documentation generator, which generates API documentation in HTML
format from Java source code. Also, the command to run the Java API documentation
generator.
javah
The C header and Stub file generator, which generates C header files and C source files
from a Java class, providing the connections that allow Java and C code to interact. Also,
the command to run the C header and stub file generator.
javap
The Java class file disassembler, which disassembles compiled Java files and prints a
representation of the Java bytecode. Also, the command to run the Java class file
disassembler.
JCK
See Java Conformance Kit (JCK).
jdb
The Java Debugger, which helps you find and fix errors in Java programs. Also, the
command to run the Java Debugger. jdb uses the Java Debugger API.
JDBC
See Java Database Connectivity (JDBC).
JDBC/MP
See HP JDBC Driver for SQL/MP (JDBC/MP).
JDBC/MX
See HP JDBC Driver for SQL/MX (JDBC/MX).
JNDI
See Java Naming and Directory Interface (JNDI).
JNI
See Java Native Interface (JNI).
jre