Replacing a jar file

To replace a jar file using SQL syntax: CALL SQLJ.replace_jar('jarFilePath', qualifiedJarName)

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"