JavaClassPath
Synopsis
[SQL] JavaClassPath=jar file, jar file...
jar file is the full path to a valid .jar file. By default, no files are listed.
Description
JavaClassPath is a comma-separated list of .jar files.
When JDBC gateway starts, the default .jar files that are loaded are specified in the intersystems-gateway-3.0.0.jar file. If you want additional .jar files to load when JDBC gateway starts, specify them with their full path in the JavaClassPath parameter.
Examples
JavaClassPath=C:/JarFolder/example.jar
JavaClassPath=C:/JarFolder/example.jar, C:/JarFolder/example2.jar
Changing This Parameter
You can change JavaClassPath with the Config.SQL class (as described in the class reference) or by editing the CPF in a text editor (as described in the Editing the Active CPF section of the “Introduction to the Configuration Parameter File” chapter in this book).