NonStop Server for Java 4.2 Programmer's Reference
The transaction API, modeled on OMG's OTS. The NonStop Server for Java 4 includes an
implementation of the jts.Current interface.
Java virtual machine (JVM)
The process that loads, links, verifies, and interprets Java bytecode. The NonStop Server for Java 4
implements the Java HotSpot Server virtual machine.
JavaBeans
A platform-neutral component architecture supported by Java, intended for developing or
assembling software for multiple hardware and operating system environments. For more
information, see the Sun Microsystems JavaBeans document (http://java.sun.com/j2se/1.4.2
/docs/guide/beans/index.html).
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).