NonStop Server for Java (NSJ) Tools Reference Pages (NSJ 2.0+)

NonStop
TM
Server for Java
TM
Tools
Reference Pages
Command Tool Name Function
ddl2java
*
Java Data Description Tool Generates and (optionally) compiles a Java
source file for each data description in an
input file.
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 Interprets (executes) Java bytecode.
javac
Java
TM
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
rmic
Java RMI Stub Compiler Generates stubs and skeletons for remote
objects.
rmid
Java RMI Activation System
Daemon
Starts the activation system daemon that
allows objects to be registered and activated
in a Java virtual machine (JVM).