Compiling your monitoring applications

Compiling your monitoring applications

Use this page to find the JAR files required to compile your Performance
Monitoring Infrastructure (PMI). To compile your Performance Monitoring Infrastructure (PMI) code, have the following JAR files in your class path:

What to do nextThe JAR files listed above are needed to compile the PmiJmxTest example application. If your monitoring applications use APIs in other packages, also include those packages on the class path. If any WebSphere Application Server class is not found with the above set of jars, then you can include all the WebSphere jars by running the following command on the Qshell command line:

javac -classpath install_root/plugins/com.ibm.ws.runtime_6.1.0.jar myclass.java



 

Related tasks


Developing your own monitoring applications

Searchable topic ID: trpf_compile