WebSphere Adapter for JDBC

Adding external software dependencies

After you create the project in WebSphere® Integration Developer, you need to add the database driver to your adapter project. To accomplish this, add the JDBC driver to the Java™ build path. Use the external JAR file that is provided with your database.

How to perform this task

  1. In WebSphere Integration Developer in the J2EE perspective, expand Connector Projects. Right-click the adapter project CWYBC_JDBC and select Properties.
    Figure 1. Selecting Properties option for your project
  2. In the navigation sidebar, click Java Build Path. Select the Libraries tab and click Add External JARs.
  3. In the JAR Selection window, navigate to the directory on your local file system that contains the JDBC driver JAR file. Click Open.

    The JDBC driver JAR file is added to the Java build path.

  4. Click OK.

Result

Your adapter project contains a reference to the JDBC driver, which you can view in the Project Explorer window of WebSphere Integration Developer.

Terms of use |

Last updated: Tue 12 Dec 2006 03:32:39

(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)