Compiling your monitoring applications
Use this page to find the JAR files required to compile your Performance Monitoring Infrastructure (PMI).
Procedure
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
What to do next
javac -classpath %WAS_HOME%\plugins\com.ibm.ws.runtime_6.1.0.jar myclass.java