NonStop Server for Java 7.0 Tools Reference Pages
NonStop Server for Java 7.0 Tools Reference Pages
This section provides information about the tools used in NonStop Server for Java 7.0. Table 1
(page 11), illustrates the commands, tools, and its relative functionality.
Table 1 NonStop Server for Java 7.0 Tools Reference Pages
FunctionTool NameCommand
Processes program annotations through
a set of reflective APIs and a supporting
infrastructure.
Annotation Process Tool“apt: Annotation Processing Tool”
(page 13)
Detects version conflicts between a
target Java Archive (JAR) file and
currently installed extension JAR files.
JAR Conflict Detection Tool“extcheck: JAR Conflict Detection Tool”
(page 14)
Generates Java bindings from a
specified IDL file.
IDL-to-Java Compiler“idlj: IDL-to-Java Compiler” (page 15)
Combines multiple files into a single
JAR file and retrieves files from a JAR
file.
Java Archive Tool“jar: Java Archive Tool” (page 16)
Generates signatures for JAR files and
verifies signatures of signed JAR files.
JAR Signing and Verification Tool“jarsigner: JAR Signing and
Verification Tool” (page 17)
Launches a Java application by starting
a Java run time environment, loading
Java Application Launcher“java: Java Application Launcher”
(page 18)
a specified class, and invoking that
class's main method.
Compiles Java source code into
bytecode.
Java Programming Language Compiler“javac: Java Programming Language
Compiler” (page 25)
Generates API documentation in HTML
or MIF format from Java source code.
Java API Documentation Generator“javadoc: Java API Documentation
Generator” (page 26)
Generates C header files and C stub
files from a Java class. These files
C Header and Stub File Generator“javah: C Header and Stub File
Generator” (page 27)
provide the connections that allow your
Java and C code to interact.
Disassembles compiled Java files.Java Class File Disassembler“javap: Java Class File Disassembler”
(page 28)
Helps you find and fix bugs in Java
programs.
Java Debugger“jdb: Java Debugger” (page 29)
Supports both an interactive
(read-eval-print) mode and a batch ( -f
option) mode of script execution.
Command Line Script Shell“jrunscript: Command Line Script
Shell” (page 35)
Manages a database of private keys
and their associated certificate chains
Key and Certificate Management Tool“keytool: Key and Certificate
Management Tool” (page 36)
authenticating the corresponding public
keys.
Converts a file with Native-encoded
characters to one with
Unicode-encoded characters.
Native-to-ASCII Converter“native2ascii: Native-to-ASCII
Converter” (page 37)
Enables clients to transparently locate
and invoke persistent objects on servers
in the CORBA environment.
Object Request Broker Daemon“orbd: Object Request Broker
Daemon” (page 38)
Generates stubs and skeletons for
remote objects that use either the JRMP
Java RMI Compiler“rmic: Java RMI Compiler” (page 39)
11










