Any libraries required by the Java handler classes should
be added to the project lib directory. In order
to compile the Java handler classes that depend on these third-party
libraries, you must add the libraries to the project build path.
About this task
Before adding libraries, be aware that deployment of signed
engine callout JARs is not supported. If signed third-party JAR files
are in the
\lib directory, you must manually
remove the signatures before you deploy the callout. If the signatures
are not removed, an exception is issued during deployment.
Procedure
- After the library JAR file is copied to the
project lib directory and is visible in the Navigator,
select from the main menu.
- On the Properties for ProjectName dialog,
select Java Build Path on the left pane and
the Libraries tab on the right.
- Click the Add JARs... button.
- On the JAR Selection dialog,
select the JAR file from the project_name > lib path,
and then click OK.
- On the Properties for ProjectName dialog,
click OK .