JDBC Type 4 Driver README
README.txt
III. Post-Installation Instructions
1. On the workstation change directory in which the NonStop JDBC
type 4 Driver was installed, for example, use the cd command:
cd /h/myjdbcdriver
where myjdbcdriver is the directory in which the product was installed.
2. Dearchive the T1249.tar file using:
tar -xvf T1249.tar (or use the Winzip visual tool to
untar)
3. The following directories are created:
samples/ -- Directory containing sample programs
docs/ -- Directory containing documents
lib/ -- Directory containing the t4sqlmx.jar file
install/ -- Directory containing sanityCheck/UnInstall
scripts
4. To setup the client environment, use one of the following
commands:
On Windows:
set JAVA_HOME=<your JDK directory>
set PATH=%PATH%;%JAVA_HOME%\bin
set CLASSPATH=%CLASSPATH%;<type 4 HOME>\lib\t4sqlmx.jar;.
On HP-UX/Solaris/Linux:
export JAVA_HOME=<your JDK directory>
export PATH=$PATH:$JAVA_HOME/bin
export CLASSPATH=$CLASSPATH:<type 4 HOME>/lib/t4sqlmx.jar:.
IV. Product Requirements
Refer to the Softdoc
V. Installation Prerequisites
Required Hardware: Refer to the Softdoc
Required Software: Refer to the Softdoc
VI. Manuals Included On this CD
519652-001 HP NonStop JDBC type 4 API Reference
529651-001 HP NonStop JDBC type 4 driver Programmer's
Reference
VII. CD-ROM Root Directory Contents
LICENSE.TXT File containing limited-use Software Licensing Agreement
with the licensing terms governing this product.
README.TXT File containing product and installation information
(this file).
README.html File containing product and installation information
(this file).
Page 2