IBM DB2 Manual page 454

Table of Contents

Advertisement

|
|
|
|
|
|
|
|
|
|
|
438
Application Programming Guide and Reference for Java
debugging functions. If z/OS Application Connectivity to DB2 for z/OS is
installed in /usr/lpp/jcct4v3, modify PATH as follows:
export PATH=/usr/lpp/jcct4v3/bin:$PATH
CLASSPATH
z/OS Application Connectivity to DB2 for z/OS contains the following class
files:
db2jcc.jar
Contains all JDBC classes and the SQLJ runtime classes for IBM Data
Server Driver for JDBC and SQLJ type 4 connectivity.
sqlj.zip
Contains the classes that are needed to prepare SQLJ applications for
execution under the IBM Data Server Driver for JDBC and SQLJ.
db2jcc_license_cisuz.jar
A license file that permits access to DB2 for z/OS servers.
Modify your CLASSPATH to include these files. If z/OS Application
Connectivity to DB2 for z/OS is installed in /usr/lpp/jcct4v3, modify
CLASSPATH as follows:
export CLASSPATH=/usr/lpp/jcct4v3/classes/db2jcc.jar: \
/usr/lpp/jcct4v3/classes/db2jcc_javax.jar: \
/usr/lpp/jcct4v3/classes/sqlj.zip: \
/usr/lpp/jcct4v3/classes/db2jcc_license_cisuz.jar: \
$CLASSPATH
Related concepts
Chapter 2, "Supported drivers for JDBC and SQLJ," on page 3

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents