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