Launching the Rich Client Monitor

About this task
To launch the Rich Client Monitor, perform the following steps:
  1. Add the following code to your application in the start() method of Activity.java:
    new MonitorService().showMonitor(0);
    or
    new MonitorService().showMonitor(1);
    Note: This code is used to launch the Rich Client Monitor. You need to add it after the BTT initialization code.
  2. Add the monitor related jar clientmonitor.jar to your Rich Client Application Runtime Classpath as shown in the following screen capture:

    Screen capture showing how to add the monitor related jar clientmonitor.jar to your Rich Client Application Runtime Classpath

Results
Then, if the monitored Rich Client Application is launched, the monitor tool is also launched.