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

keytool
Key and Certificate
Management Tool
Manages a database of private keys and
their associated certificate chains
authenticating the corresponding public
keys.
kinit
Kerberos Tool Obtains and caches Kerberos
ticket-granting tickets.
klist
Kerberos Tool Allows the viewing of entries in the
local credentials cache and key table.
ktab
Kerberos Key Table
Manager
Allows for managing the principal
names and service keys stored in a local
key table.
native2ascii
Native-to-ASCII Converter Converts a file with native-encoded
characters to one with Unicode-encoded
characters.
orbd
Object Request Broker
Daemon
Enables clients to transparently locate
and invoke persistent objects on servers
in the CORBA environment.
rmic
Java RMI Compiler Generates stubs and skeletons for remote
objects that use either the JRMP or IIOP.
Also, generates OMG Interface
Definition Language (IDL).
rmid
Java RMI Activation
System Daemon
Starts the activation system daemon that
allows objects to be registered and
activated in a Java virtual machine
(VM).
rmiregistry
Java Remote Object
Registry
Starts a remote object registry on the
specified port on the current host.
serialver
Serial Version Command
Returns the serialVersionUID of
one or more classes.
servertool
Java IDL Server Tool Provides a command-line interface for
application programmers to register,
unregister, start up, and shut down a
persistent server.
tnameserv
Naming Service Access Provides access to the Naming Service.
NonStop Server for Java Tools Reference Pages (526239-002)