JDBC Type 2 Driver 3.0 Programmer's Reference (SQL/MX 3.x)

.../lib/libjdbcMx.so
JDBC/MX driver library
.../lib/jdbcMx.jar
JDBC/MX Java archive file, which includes the JDBC trace facility
.../bin/jdbcMxInstall
JDBC/MX installation script
.../bin/jdbcMxUninstall
JDBC/MX uninstall script
Verifying the JDBC/MX Driver
To verify the version of the JDBC/MX driver, use these commands:
java command, which displays the version of the java code portion of the JDBC/MX driver
vproc command, which displays the version of the C code portion of the JDBC/MX driver
To use the java command, type the following at the OSS prompt:
java JdbcMx -version
This command displays output similar to:
JDBC driver for NonStop(TM) SQL/MX Version T127R30_12Feb2011_JDBCMX...
Compare the output with the product numbers in the Softdoc file on the NonStop Server for Java 5 distribution CD.
Use the vproc command to check for the correct library. Issue the following at the OSS prompt:
vproc /jdbcmx-installation-directory/T1275R30/lib/libjdbcMx.so
...
Binder timestamp: 20DEC2005 18:10:14
Version procedure:
T1275R30_12Feb2011_JDBCMX_1220
TNS/E Native Mode: runnable file
The version procedure that corresponds to the JDBC/MX Driver (T1275) product should match in the output of both
the java and vproc commands.
Setting CLASSPATH
For running JDBC applications, ensure the CLASSPATH environment variable includes the jdbcMx.jar file. Given the
default installation, the path is
/usr/tandem/jdbcMx/current/lib/jdbcMx.jar
Setting the _RLD_LIB_PATH