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

Tools Home Page
java: Java Application Launcher
Synopsis●
Deviations from Standard Java Options●
Nonstandard Java Options●
Deviations from Nonstandard Java Options●
Deviations from Nonstandard Java -XX Options●
HP Extensions to Standard Java Options●
See Also●
The java tool launches a Java application by starting a Java run-time
environment, loading a specified class, and invoking that class' main method.
For a complete description of the tool and its use, see the Sun Microsystems
documentation for java. Note that you can use the -Xrunhprof option, which
allows you to obtain profile information about a running program. Through the use
of a third-party tools and the Hewlett-Packard HPjmeter tool, you can view this
profile information graphically.
Synopsis
java [ options ] classname [ arguments ]
java [ options ] -jar file.jar [ arguments ]
Deviations from Standard Java Options
-client
Selects the Java HotSpot Client virtual machine (VM).
Note: The -client option is not valid with NonStop Server
for Java 4.
-server
Selects the Java HotSpot Server virtual machine (VM).
Note: -server the default option for NonStop Server for
Java 4; therefore, specifying -server is optional.