Configuring Java-based adapters

From the config.yaml file, you can add .jar files to the CLASSPATH variable. To do this, you must add an /runtime/External Jar Files/jarN key to config.yaml and list the applicable jar files, similar to the following example:


/runtime/External Jar Files:
  jar1: c:\J2EE\lib\j2ee.jar
  jar2: c:\mypath\myjar.jar

For more information, see the Resource Adapters documentation.