Adding a Jar File

To add a jar file using SQL syntax: CALL SQLJ.install_jar('jarFilePath', qualifiedJarName, 0)

jarFilePath

The path and physical name of the jar file to add or use as a replacement. For example:

d:/todays_build/tours.jar

qualifiedJarName

The name of the jar file, qualified by the schema name. Two examples: MYSCHEMA.Sample1

-- a delimited identifier. MYSCHEMA."Sample2"