HP Driver for JDBC User's Manual
Chapter 3 25
Installation
Java Client Components
For the HP 9000 server, use any login as the username:
From your client platform:
ftp hpux-server
>binary
>get /opt/allbase/jdbc/driver.tar
/* or driver.jar or driver.zip */
Using Reflection Software
See the software description on how to transfer the appropriate file
(transfer the file in binary mode).
Extracting the HP Driver for JDBC Class Files
The HP Driver for JDBC class files must be installed in your Java class
path so that the Java compiler and the Java class loader can find them.
Example on the Win32 Platform
CLASSPATH=C:\JDK1.1.4\LIB;.
You would then install the HP Driver for JDBC class files in the
directory:
C:\JDK1.1.4\LIB\
Each of the package formats include the directory information, so they
should be copied into the class path directory.
Once the package is copied onto the client machine, extract the contents
of the package by using the appropriate command or application for
that package format.
For example:
• tar command to unpack the TAR package: $tar xvf driver.tar
• jar command to unpack the JAR package: $jar xvf driver.jar
UNZIP or WINZIP to unpack the ZIP package: Follow the unzip steps
provided in the UNZIP/WINZIP package.
For the HP 3000 system, a job stream, I01IJDBC.JDBC.SYS, is provided
to install the HP Driver for JDBC client under the
/usr/local/java/latest/lib/ directory of the MPE/iX POSIX
domain.