UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: javakeyChapter 2
Unix Commands
Next: Reference: javap
 

javald

/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.

Options

-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.


Previous: Reference: javakeyUNIX in a Nutshell: System V EditionNext: Reference: javap
Reference: javakeyBook IndexReference: javap

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System