IBM Support

Java Toolbox troubleshooting

General Page

Client/Server Communication

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 for more details.

Record-Level access

Integrate file system

What object types in the QSYS.LIB directory can be manipulated? In general, the file server on IBM i does not allow objects in the QSYS.LIB file system to be opened for data access. The contents of these objects (such as user profiles, job descriptions, data queues, device descriptions, etc.) cannot be read or written. The exception is source physical file members and user spaces. The data in these two types of objects can be read and written.

Java related

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SWG60","label":"IBM i"},"Component":"","Platform":[{"code":"PF012","label":"IBM i"}],"Version":"All Versions","Edition":"","Line of Business":{"code":"LOB57","label":"Power"}}]

Document Information

Modified date:
05 March 2020

UID

ibm15692700