Java Dynamic Management Kit 3.2 Programming Guide
[ Previous ][ Fast Back ]Appendix B. Environment Variables and System Properties[ Fast Forward ][ Next ]

Windows NT Environment

JAW_HOME

The JAW_HOME environment variable specifies the home directory of your Java Dynamic Management Kit installation. JAW_HOME is required by the Java Dynamic Management Kit.

During installation, the JAW_HOME environment variable is set automatically to installDir\SUNWconn\jaw, where installDir is the directory under which you installed the Java Dynamic Management Kit.

PATH and CLASSPATH

The CLASSPATH environment variable tells the Java virtual machine where to find the class libraries, such as the jawag.jar file.

The PATH environment variable specifies the location of executable files, for example, the job tool and the mogen compiler.

Modify these environment variables as shown in Table B-3.

Table B-3. Environment Variables for the Windows NT Environment

Environment Variable

Add

CLASSPATH

Any or all of the following:

  • %JAW_HOME%\classes\jawco.jar

  • %JAW_HOME%\classes\jawag.jar

  • %JAW_HOME%\classes\jawcl.jar

  • %JAW_HOME%\classes\jawcs.jar

  • %JAW_HOME%\classes\jawtk.jar

Or just this one:

  • %JAW_HOME%\classes\jawall.jar

PATH

%JAW_HOME%\bin

Using the Supplied Batch File

Running the installDir\SUNWconn\jaw\etc\conf\jaw.env.bat batch file modifies the environment variables required by the Java Dynamic Management Kit as shown in Table B-3. They are set only temporarily in the shell window in which you run the batch file.


TIP: To modify these environment variables permanently, use the System Properties option from the Control Panel.



[ Previous ][ Home ][ Next ]
Solaris Operating Environment[ Up ]System Properties