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 dtx.ini file. You must use a full path in the dtx.ini file. To do so, add entries to the [External Jar Files] section.

For example:


[External Jar Files]
jar1=c:\J2EE\lib\j2ee.jar
jar2=c:\mypath\myjar.jar