Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | The Adapter Definition | Setting Up Your Environment for Adapters | Modifying Your Classpath
 
Modifying Your Classpath
 
Including Jar Files in Your Classpath
Specifying Your JDK in Your Classpath
Modifying Your Classpath for Startup and Shutdown Services
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.