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

option is not supported on this platform.
-XX:+UseParNewGC
Specifies a parallel garbage collection. This option is disabled. If you specify
this option, the Java VM exits with the error: -XX:+UseParNewGC option
is not supported on this platform.
-XX:+UseAdaptiveSizePolicy
Specifies an adaptive size policy. This option applies only for a parallel
collector and, therefore, is disabled. If you specify this option, the Java VM
exits with the error: -XX:+UseAdaptiveSizePolicy option is not
supported on this platform.
-XX:+AggressiveHeap
Obtains the platform resources and configures the heap layout accordingly,
uses parallel collector, and enables AdaptiveSizePolicy option. This
option applies only for a parallel collector and, therefore, is disabled. If you
specify this option, the Java VM exits with the error:
-XX:+AggressiveHeap option is not supported on this platform.
-XX:+UseConcMarkSweepGC
Specifies using the concurrent mark-sweep garbage collector. This option is
disabled. If you specify this option, the Java VM exits with the error:
-XX:+UseConcMarkSweepGC option is not supported on this platform.
-Xconcgc
Enables a concurrent mark-sweep garbage collector. This option is disabled.
If you specify this option, the Java VM exits with the error: -Xconcgc
option is not supported on this platform.
HP Extensions to Standard Java Options
-nsjversion
Prints the NonStop Server for Java 4 build version.
-Xabend
Turns on the abend option to abort the process if an uncaught exception
occurs. If the NonStop Server for Java 4 application is run as a Pathway
server, you can enable this option to alert Pathmon to restart the server after
the NonStop Server for Java 4 application dies with an uncaught exception.
See Also:
javac●
jdb●