The following statements register the JAR file for the aggregate UDF with the JUDF database, creating an identifier for the JAR file called Sum_JAR:
DATABASE JUDF; CALL SQLJ.INSTALL_JAR('CJ!java_udf/sum.jar', 'Sum_JAR', 0);
The following statements register the JAR file for the aggregate UDF with the JUDF database, creating an identifier for the JAR file called Sum_JAR:
DATABASE JUDF; CALL SQLJ.INSTALL_JAR('CJ!java_udf/sum.jar', 'Sum_JAR', 0);