Running Monitor Client GUI as a standalone

You can also run the Monitor Client GUI as a standalone Java application. This can be done only on Windows platforms. Follow the instructions below to do this. You may want to create a batch file for these steps.

StepsRunning Monitor Client GUI as a standalone Java application

From the command line or within a batch file:

  1. Set JAVA_HOME to the JRE 1.1.8 directory.

  2. Set PATH to %JAVA_HOME%\bin;%PATH%.

  3. Set your CLASSPATH to include the following files:

    set CLASSPATH=DRIVENAME:PATHNAME\monclass.zip;<DRIVENAME>:<PATHNAME>\3pclass.zip;%JAVA_HOME%\lib\rt.jar
    

    where:

  4. Execute the Monitor Client application in the Java Virtual Machine by issuing the following command:

    jre sybase.monclt.mcgui.procact.ProcActApp SQL_SERVER_NAME 12.5 MS_SERVER_NAME sa "" en 0 scssen.hlp
    

    where:

  5. Use the options on the Monitor Client File menu to select monitoring values you want to display.