/usr/java/bin/javald
[
options
]
class
Solaris only. Create a wrapper for Java applications. javald
creates a program that, when executed, runs the specified Java program in the proper environment. This hides knowledge of the proper CLASSPATH
environment variable, and so on, from the user who just wishes to run the application.
-C
path
Add path to the CLASSPATH
that runs the application. This option may be provided multiple times.
-H
dir
Set the JAVA_HOME
environment variable to dir
.
-j
list
Pass list
on to java
. Multiple options should be quoted.
-o
wrapper
Place the generated wrapper in file wrapper
.
-R
path
Add path
to the LD_LIBRARY_PATH
environment variable that is used when the application runs. This allows java
to find native
methods.