+

Search Tips   |   Advanced Search

Set the IBM Toolbox for Java™


The IBM Toolbox for Java is a library of Java classes that are optimized for accessing IBM i data and resources. Use the IBM Toolbox for Java JDBC driver to access local or remote DB2 UDB for IBM i databases from server-side and client Java applications that run on any platform that supports Java.

Determine which version of the IBM Toolbox for Java you want to use on the system.

The IBM Toolbox for Java is available in these versions:

IBM Toolbox for Java licensed program

The licensed program is available with every IBM i release. We can install the licensed program on the IBM i system, and then either copy the IBM Toolbox for Java JAR file (jt400.jar) to the system or update the system classpath to locate the server installation. Product documentation for IBM Toolbox for Java is available from the IBM i Information Center: http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp Locate the documentation by traversing the following path in the left-hand navigation window of the iSeries information center:

Programming > Java > IBM Toolbox for Java .

JTOpen

JTOpen is the open source version of IBM Toolbox for Java, and is more frequently updated than the licensed program version. We can download JTOpen from http://www.ibm.com/servers/eserver/iseries/toolbox/downloads.htm. We can also download the JTOpen Programming Guide. The guide includes instructions for installing JTOpen and information about the JDBC driver.

The IBM Toolbox for Java JDBC driver is included with both versions of the IBM Toolbox for Java. This JDBC driver supports JDBC 3.0.

See about IBM Toolbox for Java and JTOpen, see WAS ND Web site at http://www.ibm.com/servers/eserver/iseries/toolbox/IBM_HTTP_Server_v735.html.

Avoid trouble: If using WAS ND on platforms other than iSeries, use the JTOpen version of the Toolbox JDBC driver.

 

  1. Download the jt400.jar file from the JTOpen URL at http://www.ibm.com/servers/eserver/iseries/toolbox/downloads.htm.

    Place it in a directory on the workstation such as /JDBC_Drivers/Toolbox.

  2. Open the admin console.

  3. Select Environment > WebSphere variables.

  4. In the list of available scopes, select the appropriate node.

  5. Locate the WebSphere variable OS400_TOOLBOX_JDBC_DRIVER_PATH in the list of variables defined for that scope.

    Depending on how many variables are defined for the selected node, we might have to navigate through multiple pages of variables to find the OS400_TOOLBOX_JDBC_DRIVER_PATH variable. In this situation, clicking the arrow at the bottom of the page takes you to the next page of variables for the selected node.

  6. Click OS400_TOOLBOX_JDBC_DRIVER_PATH in the name column.

  7. Set the value to the full directory path to the jt400.jar file downloaded in step one. Do not include jt400.jar in this value. For example, if the fully qualified path to the jt400.jar file is:

    JDBC_Drivers/Toolbox/jt400.jar
    
    Specify JDBC_Drivers/Toolbox as the value for the OS400_TOOLBOX_JDBC_DRIVER_PATH variable.

  8. Click Apply and then click Save to save your changes.

 

Related concepts


WebSphere® Variables

 

Related tasks


Creating, editing, and deleting WebSphere® variables