Configuring Java-based adapters

About this task

Jar files included with the software and installed in the install_home\ directory are normally added to the CLASSPATH environment variable automatically as in the case of the Command Server. You must modify the CLASSPATH environment variable for all Java-based adapters that rely on external .jar files in order to execute properly.

You can do this directly, or by adding the .jar files to the config.yaml file. You must use a full path in the config.yaml file. To do so, add entries to the /runtime/External Jar Files dictionary section.

For example:

External Jar Files:
    jar1: “c:/J2EE/lib/j2ee.jar”
    jar2: “c:/mypath/myjar.jar”