|
In the jmx4odp/bin directory are all of the auto-generated startup and initialization scripts. Each script has a DOS .bat and a UNIX .sh version. The most basic script is the configEnv, which sets the CLASSPATH environment variable to include all of the jar files set in the jmx4odp/src/conf/basic_build.properties and the jm4odp classes.
UNIX: configEnv.sh
DOS: configEnv
You can incorporate this script into your scripts to setup the environment to run jmx4odp.
|