Developing Java stored procedures with outside JAR dependencies

You can use the workbench to develop Java™ stored procedures that depend on classes in JAR files other than the JAR file that the stored procedure is deployed in. This functionality is supported for JAR files and Java stored procedures that target a DB2® for z/OS® Version 9 server.

You can import a JAR file to a data development project to allow this type of Java stored procedure to compile and package locally. You can also use the workbench to deploy or drop a JAR file from a database server, and view the properties of deployed JAR files from the Database Explorer.

Related information
Deploying JAR files to a database from a data development project

Feedback