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:
- In the Servers view, double-click on the WebSphere Application Server v5.x you want to edit. The server editor opens
- Click the Environment tab.
- Expand the Java VM Settings section.
- 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.
- To add the path settings to the end of the system path, select Append to system path.
- To add the path settings to the beginning of the system path, select Prepend to system path.
- To replace the existing system path with the one typed in the Java Library Path field, select Replace system path.
- Save the server.
Parent topic
Configuring WebSphere Application Server v5.x