NonStop Server for Java (NSJ) Tools Reference Pages (NSJ 2.1+)
Compaq NonStop Java Tools
Reference Pages
Command Tool Name Function
extcheck
JAR Conflict Detection
Tool
Detects version conflicts between a target
Java Archive (JAR) file and currently
installed extension JAR files.
jar
Java Archive Tool Combines multiple files into a single JAR
file and retrieves files from a JAR file.
jarsigner
JAR Signing and
Verification Tool
Generates signatures for JAR files and
verifies signatures of signed JAR files.
java
Java Interpreter Executes Java bytecode.
javac
Java Compiler Compiles Java source code into bytecode.
javadoc
Java API Documentation
Generator
Generates API documentation in HTML or
MIF format from Java source code.
javah
C Header and Stub File
Generator
Generates C header files and C stub files
from a Java class. These files provide the
connections that allow your Java and C
code to interact.
javap
Java Class File
Disassembler
Disassembles compiled Java files.
jdb
Java Debugger Helps you find and fix bugs in Java
programs.
keytool
Key and Certificate
Management Tool
Manages a database of private keys and
their associated certificate chains
authenticating the corresponding public
keys.
native2ascii
Native-to-ASCII
Converter
Converts a file with native-encoded
characters to one with Unicode-encoded
characters.
oldjava
Limited-Feature Java
Interpreter
See the documentation for the java tool.