Java Virtual Machines rely on an environment variable called Classpath to point to the necessary Java components (classes) required for execution. When the CONNX JDBC Driver is used, the Classpath environment variable must be extended to enable the CONNX JDBC Driver (Thin Client). The CONNX JDBC Driver is referred to by its file name:
C:\CONNX32\CONNXJDBC\java\jar\connxjdbc.jar
An example of a modified Classpath is as follows:
CLASSPATH=C:\CONNX32\CONNXJDBC\java\jar\connxjdbc.jar
To set the system environment variable, use the following procedure:
Right-click on My Computer, and then select Properties.
Select the Advanced tab, and then click the Environment Variables button.
Under System Variables, click the New button.
Enter the new Variable Name (Classpath), and the Variable Value (C:\CONNX32\CONNXJDBC\java\jar\connxjdbc.jar), and then click the OK button.
Click the OK button to return to the System Properties window.
Click the OK button.