Installing jar files The following examples show how to use the sqlj.install_jar procedure. -- SQL statement CALL sqlj.install_jar( 'tours.jar', 'APP.Sample1', 0) -- SQL statement -- using a quoted identifier for the -- Derby jar name CALL sqlj.install_jar( 'tours.jar', 'APP."Sample2"', 0)