javald — Create Java Application Wrappers
Synopsis
/usr/java/bin/javald [-C path][-H dir] [-j option-list][-o outfile] [-R path] classname
Description
The javald command creates a convenient wrapper that captures the necessary environment needed to run a Java application specified by classname . This wrapper sets the necessary environment variables needed by java(1) before it executes the class specified by classname .
If you specify the -o option, the resulting executable wrapper is outfile . If you do not specify the -o option, the default used is the name of the class.
If you specify the -H option, the wrapper sets JAVA_HOME to the path specified by the option. If you do not specify the -H option, the wrapper tries to use the JAVA_HOME ...
Get Solaris™ 7 Reference now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.