Modifying Your Classpath
Including Jar Files in Your Classpath
To compile your source code, use jar files from the following locations:
Integration Server_directory \lib
Integration Server_directory \common\lib
Integration Server_directory \packages\WmART\code\jars
Integration Server_directory \packages\WmART\code\jars\static
where Integration Server_directory is the directory in which Integration Server is installed.
You would also need class files located in the Integration Server_directory \packages\WmART\code\classes directory. To use the class files, add the required folders from that location to your classpath, or package all folders in a jar and then add the jar to your classpath.