NonStop Server for Java Tools Reference (NSJ 4.0+)

NonStop Server for Java 4 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.
idlj
IDL-to-Java Compiler Generates Java bindings from a specified
IDL file.
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 Application Launcher Launches a Java application by starting a
Java run-time environment, loading a
specified class, and invoking that class's
main method.
javac
Java Programming
Language 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.