NonStop Server for Java Tools Reference (NSJ 4.2+)
Table Of Contents
- NonStop Server for Java Tools Reference
- Title Page
- Contents
- extcheck: JAR Conflict Detection Tool
- idlj: IDL-to-Java Compiler
- jar: Java Archive Tool
- jarsigner: JAR Signing and Verification Tool
- java: Java Application Launcher
- javac: Java Compiler
- javadoc: Java API Documentation Generator
- javah: C Header and Stub File Generator
- javap: Java Class File Disassembler
- jdb: Java Debugger
- keytool: Key and Certificate Management Tool
- kinit: Kerberos Tool
- klist: Kerberos Display Entries in Credentials Cache and keytab
- ktab: Kerberos Key Table Manager
- native2ascii: Native-to-ASCII Converter
- orbd: Object Request Broker Daemon
- rmic: Java RMI Compiler
- rmid: Java RMI Activation System Daemon
- rmiregistry: Java Remote Object Registry
- serialver: Serial Version Command
- servertool: Java IDL Server Tool
- tnameserv: Naming Service Access

NonStop Server for 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.
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.