Hi Andy,
Installing, Replacing, and Removing JAR Files
To install or replace a JAR file in the DB2 instance, you can use the following command syntax at the Command Line Processor:
(1) (2)
>>-CALL-+-SQLJ.INSTALL_JAR-+---(--'--jar-url----'--,--'--jar-id----'--)-->
'-SQLJ.REPLACE_JAR-'
>--------------------------------------------------------------><
Notes:
Specifies the URL containing the JAR file to be installed or replaced. The only URL scheme supported is 'file:'.
Specifies the JAR identifier in the database to be associated with the file specified by the jar-url.
For example, to install the Proc.jar file located in the file:/home/db2inst/classes/ directory in the DB2 instance, issue the following command from the Command Line Processor:
CALL SQLJ.INSTALL_JAR('file:/home/db2inst/classes/Proc.jar' , 'myproc_jar')
Stored Procedures and UDFs in Java:
http://www-306.ibm.com/software/data/db2/udb/ad/v7/adg/db2a0/frame3.htm#db2a0165