Adding Java library paths to the WebSphere Application Server v5.x

You can add paths to the Java Library Path for the WebSphere Application Server v5.x. To add a path:

  1. In the Servers view, double-click on the WebSphere Application Server v5.x you want to edit. The server editor opens

  2. Click the Environment tab.

  3. Expand the Java VM Settings section.

  4. In the Java Library Path field, type the Java Library path. For example, to add the DB2 path on Linux, type /home/db2inst1/sqllib/java12/db2java.zip.

  5. To add the path settings to the end of the system path, select Append to system path.

  6. To add the path settings to the beginning of the system path, select Prepend to system path.

  7. To replace the existing system path with the one typed in the Java Library Path field, select Replace system path.

  8. Save the server.

 

Parent topic

Configuring WebSphere Application Server v5.x