WAS v8.5 > Monitoring > Monitoring overall system health > Develop custom PMI monitoring applicationsCompiling your monitoring applications
Use this page to find the JAR files required to compile your PMI.
To compile your Performance Monitoring Infrastructure (PMI) code, you must have the following JAR file in your class path:
- %WAS_HOME%/plugins/com.ibm.ws.runtime_6.1.0.jar
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 we can include all the WebSphere jars using:
javac -classpath %WAS_HOME%\plugins\com.ibm.ws.runtime_6.1.0.jar myclass.java
Related
Develop custom PMI monitoring applications