NonStop Server for Java (NSJ) Programmer's Guide (NSJ 2.0+)
Formerly called jeeves. Compaq does not have a license for Java Web Server, but
Compaq supports servlets by using iTP Secure WebServer. For more information, see the
Sun Microsystems Java Web Server document
(http://jserv.java.sun.com/products/webserver/).
JavaBeans
TM
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://www.javasoft.com/products/jdk/1.2/docs/guide/beans/index.html).
JavaBeans Development Kit (BDK)
A set of tools for creating JavaBeans that is included with NonStop
TM
Server for Java
Server for Java.
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 JVM is due to an
incorrect TCP/IP configuration. Also, the command to run the Java compiler.
javadoc
The Java API documentation generator, which generates API documentation in HTML or
MIF 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.
javakey
The Java security tool, which manages a database of entities (people, companies, and so
on) and their public and private keys and certificates, and generates and verifies
signatures for archive files. Also, the command to run the Java security tool.
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.
javaverify
The Java class verifier, which verifies the validity of Java classes. Also, the command to
run the Java class verifier.
JCK