Compile the monitoring applications
To find the JAR files required to compile the Performance Monitoring Infrastructure (PMI).
To compile the Performance Monitoring Infrastructure (PMI) code, have the following JAR file in the class path:
- %WAS_HOME%/plugins/com.ibm.ws.runtime_6.1.0.jar
Next steps
The JAR files listed above are needed to compile the PmiJmxTest example application. If the monitoring applications use APIs in other packages, also include those packages on the class path. If any WAS class is not found with the above set of jars, then we can include all the WebSphere jars using:javac -classpath %WAS_HOME%\plugins\com.ibm.ws.runtime_6.1.0.jar myclass.java
Related tasks
Develop your own monitoring applications