Configuring Java-based adapters

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 and the Launcher. 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. Refer to the Launcher documentation for more information on the config.yaml file.

For example:


[External Jar Files]
jar1=c:\J2EE\lib\j2ee.jar
jar2=c:\mypath\myjar.jar
Note: For Windows, use either a forward slash '' /'' or two back-slashes ''\\'' for the directory delimiter in config.yaml.