NonStop Server for Java 6.0 Tools Reference Pages

Title Page | Tools Home Page
java: Java Application Launcher
Synopsis
Deviations from Standard Java Options
-Xeprof
-Xverbosegc
Nonstandard Java Options
Deviations from Nonstandard Java 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.
Synopsis
java [ options ] classname [ arguments ]
java [ options ] -jar file.jar [ arguments ]
classname
Name of the class to be invoked.
file.jar
Name of the jar file to be invoked. Used only with -jar.
arguments
Arguments passed to the main function.
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 6.0.
-server
Selects the Java HotSpot Server virtual machine (VM).
Note: -server is the default option for NonStop Server for Java 6.0; therefore,
specifying -server is optional.
-d32
-d64