JVMPATH precondition

For JVMPATH, there is a precondition before you can use this feature, that is, you must to add some paths to the environment.

  • Windows:
    set PATH =
    		%JVMROOT%\bin;%JVMROOT%\bin\client;%PATH

    The JVMROOT is the path to the JVM, for example, C:\JDK1.6.1_25\jre.

  • Linux:
    export
    	LD_LIBRARY_PATH=$JVMROOT/lib/i386:$JVMROOT/lib/i386/server:$LD_LIBRARY_PATH

    For JVMPATH to specify a JVM other than the default, you must use the command-line utilities to start the thread, not the Network Monitor.