INFORMIX
Informix JDBC Driver Programmer's Guide
Chapter 1: Getting Started
Contents Index

Using the Driver in an Application

To use Informix JDBC Driver in an application, you must set your CLASSPATH environment variable to point to the driver files. The CLASSPATH environment variable tells the Java virtual machine (JVM) and other applications where to find the Java class libraries used in a Java program.

There are two ways of setting your CLASSPATH environment variable:

    To use the version of the driver that supports debugging, specify the file ifxjdbc-g.jar instead of ifxjdbc.jar.

    To use the version of the driver that supports debugging, specify the file ifxjdbc-g.jar instead of ifxjdbc.jar.

For more information on the jar utility, refer to your JavaSoft documentation at the following Web site:




Informix JDBC Driver Programmer's Guide, Version 1.22
Copyright © 1998, Informix Software, Inc. All rights reserved.