Note 1: Some of the
IBM Toolbox for Java classes are in more than one jar file:
jt400.jar - Access, resource, vaccess, security, PCML, RFML,
JDBC support and the MEServer.
- jt400.zip - Use jt400.jar instead of jt400.zip. jt400.zip
is shipped to retain compatibility with previous releases of IBM Toolbox for
Java.
- jt400Access.zip - Access, resource, security, PCML; that is, the same classes that are in jt400.jar minus the vaccess
classes. jtAccess400.zip is shipped to retain compatibility with previous
releases of IBM Toolbox for Java. Use jt400.jar or jt400Native.jar instead
of jt400Access.zip.
jt400Native.jar
- Access, resource, security, PCML, HTML, RFML, MEServer, and native
optimizations.
Native optimizations is a set of classes (fewer than 20) that take advantage
of iSeries function when it runs on the iSeries JVM. Because jt400Native.jar
contains the native optimizations, when running on the the iSeries JVM, use
jt400Native.jar instead of jt400.jar. jt400Native.jar ships with OS/400 and
resides in directory /QIBM/ProdData/OS400/jt400/lib.
- jt400Native11x.jar - Native optimizations
only. If you are running on the iSeries JVM and want to use jt400.jar, include
jt400Native11x.jar in your CLASSPATH instead of jt400Native.jar. jt400Native11x.jar
ships with OS/400 and resides in directory /QIBM/ProdData/OS400/jt400/lib.