JDBC Type 4 Driver Programmer's Reference for SQL/MX Release 3.2.1

9. To set up the client environment, configure one of the following paths:
On the Windows system:
set JAVA_HOME=<JDK directory>
set PATH=%PATH%;%JAVA_HOME%\bin
set CLASSPATH=%CLASSPATH%;<Type 4 driver HOME>\lib\t4sqlmx.jar;
On HP-UX, Solaris, NonStop, or Linux system:
export JAVA_HOME=<JDK directory>
export PATH=$PATH:$JAVA_HOME/bin
export CLASSPATH=$CLASSPATH:<Type 4 driver HOME>/lib/t4sqlmx.jar:
Product Files
The product contains the following files and directories.
NOTE: This is a partial list.
a tar file T1249.tar that contains these product files:
lib
t4sqlmx.jar
samples
CallableStatementSample
common
DBMetaSample
PreparedStatementSample
README for samples
ResultSetSample
t4sqlmx.properties
SQLMPSample
WLS_MedRecSample
WLS_TwoPhaseAndPoolingSample
WLS_TwoPhaseSample
docs
white papers
install
product.contents (test input file for install, uninstall, and platform fixing)
Setting CLASSPATH
Before running JDBC applications, ensure the CLASSPATH environment variable includes the
t4sqlmx.jar file and installation directory. The t4sqlmx.jar file is located in the lib directory
where you installed the product.
Product Files 17