This is a discussion on deploying java stored procedures using non standard jars within the DB2 forums, part of the Database Server Software category; --> Hi, I've been using the db2 developer workbench to produce some java stored procedures. The ones I'm working on ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I've been using the db2 developer workbench to produce some java stored procedures. The ones I'm working on now use some dom4j objects internally, so i need to ensure that the dom4j jar file is available. Within the developer workbench project I've added the appropriate dom4j jar file and everything builds just fine. When i try and deploy the stored procedure however, it fails because it can't find the dom4j jar file.Looking at the status pane when the deployment is attempted, a number of compile errors appear relating to the fact that the classpath statement used in the deployment doesn't include the dom4j jar I've defined in the project. Is there some way of telling the workbench what additional jars need to be attached to the classpath statement within a project when deploying a stored procedure? TIA Alex |