External software dependencies are files that are specific to the
enterprise information system, and required in order to deploy the adapter.
Add them to the project by using WebSphere® Integration Developer.
Why and when to perform this task
After you create the adapter application project, you must add the
required external dependencies into the project. The psjoa.jar file is required,
as well as a JAR file that contains the component interface API classes. To
add the files, first copy them into a destination connectorModule folder,
such as WID\workspace\CWYES_PeopleSoft\connectorModule. Follow these steps
to copy them to the destination:
Steps for this task
- Click File > Import.

- Select File System, and then click Next.
- On the Import File System window, click the Browse button
at the top of the window to browse to the location of the JAR files.
- Select the JAR files on the right pane.
- Click the Browse button in the middle of
the window, and select the CWYES_PeopleSoft/connectorModule to copy the files
into the connectorModule folder of the connector project.

- Click Finish.
- Add the two files you have just copied to the connectorModule folder
to the project as dependencies:
- Under the Connector Projects folder,
right click and select Properties.
- From the Properties window, select Java
Build Path in the left pane.
- Click the Libraries tab.

- Select Add JARS.
- From the JAR Selection window, expand the
nodes and select the psjoa.jar file and the component interface JAR file.

- Click OK .