/usr/java/bin/javald
[options] classSolaris 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
pathAdd path to the CLASSPATH that runs the application. This option may be provided multiple times.
-H
dirSet the JAVA_HOME environment variable to dir.
-j
listPass list on to java. Multiple options should be quoted.
-o
wrapperPlace the generated wrapper in file wrapper.
-R
pathAdd path to the LD_LIBRARY_PATH environment variable that is used when the application runs. This allows java to find native
methods.