Skip to main content

Toolbox for Java and JTOpen

Tab navigation

Required IBM i PTFs 

Are the required IBM i PTFs on your system?

Client/Server Communication 

Troubleshooting JDBC 

You must you register the IBM Toolbox for Java JDBC driver with the DriverManager class. To register the driver add

DriverManager.registerDriver(new
com.ibm.as400.access.AS400JDBCDriver());

to your program, or add

com.ibm.as400.access.AS400JDBCDriver

to the JDBC.drivers property.

Class.forName(new com.ibm.as400.access.AS400JDBCDriver()) does not register the JDBC driver on some JVMs. See Sun's JDBC FAQ (link resides outside of ibm.com) for more details.

Troubleshooting Record-Level Database Access 

Troubleshooting Integrated File System Classes 

Troubleshooting the Graphical Toolbox 

IDD_CM_MESSAGE_DETAILS_locale.pdml.ser
IDD_CM_MESSAGE_VIEWER_locale.pdml.ser

Java Related 

We're here to help

Easy ways to get the answers you need.


or call us at
1-866-883-8901
Priority code:
101AR13W

JTOpen/Toolbox forum

A discussion facility that puts you in touch with other users of JTOpen and the Toolbox