-----------------------------------------------------------------------

	"@(#)README 1.4 99/03/31 SMI"

	Copyright (c) 03/31/99, by Sun Microsystems, Inc.
	All rights reserved.

-----------------------------------------------------------------------

			Java Dynamic Management Kit Examples
			====================================


-----------------------------------------------------------------------
1. Overview
-----------------------------------------------------------------------
The Java Dynamic Management Kit provides a series of examples to help
you develop your own applications.

Each example has its own README file which explains the subject of the
example and how to use it.

Note:
For all examples, we suppose that the Java Dynamic Management Kit has
been installed in the default base directory:
	/opt on a Solaris platform
	c:\Program Files on a Windows platform 
If you have installed the product in another directory, take this into
account when setting environment variables.

Furthermore, we suppose that the PATH variable already contains the
jdk1.2 directory.


-----------------------------------------------------------------------
2. Running examples on a Solaris platform
-----------------------------------------------------------------------
Before building or running an example make sure that the PATH and the
CLASSPATH environment variables are set as follows:

   # Add the jar files of the Java Dynamic Management Kit 
   # to your CLASSPATH environment variable:

   setenv CLASSPATH ${CLASSPATH}:.:/opt/SUNWconn/jaw/classes/jawall.jar

   # Add the directory containing the Java Dynamic Management Kit tools
   # to your PATH environment variable:

   setenv PATH ${PATH}:/opt/SUNWconn/jaw/bin


-----------------------------------------------------------------------
3. Running examples on a Windows platform
-----------------------------------------------------------------------
Before building or running an example make sure that the PATH and the
CLASSPATH environment variables are set as follows:

   # Add the jar files of the Java Dynamic Management Kit 
   # to your CLASSPATH environment variable:

   set CLASSPATH="%CLASSPATH%;.;c:\PROGRA~1\SUNWconn\jaw\classes\jawall.jar"

   # Add the directory containing the Java Dynamic Management Kit tools
   # to your PATH environment variable:

   set PATH="%PATH%;c:\PROGRA~1\SUNWconn\jaw\bin"
