11. Understanding JDBC Connectivity : JDBC Components : JDBC Information Utility--Load the JDBC Driver : Set CLASSPATH Environment
 
Share this page                  
Set CLASSPATH Environment
Before using the JdbcInfo utility to load the JDBC driver, you must set the CLASSPATH Java environment variable to point to the class files for the driver.
To set your CLASSPATH environment
Issue the following command:
Windows:
set CLASSPATH = %II_SYSTEM%\ingres\lib\iijdbc.jar;.;%II_SYSTEM%\ingres\lib
UNIX (C shell):
setenv CLASSPATH  $II_SYSTEM\ingres\lib\iijdbc.jar:.:$II_SYSTEM\ingres\lib
VMS:
$ DEFINE CLASSPATH "/II_SYSTEM/ingres/lib/iijbc.jar:/II_SYSTEM/ingres/lib"
or
DEFINE JAVA$CLASSPATH II_SYSTEM:[ingres.lib]iijdbc.jar,II_SYSTEM:[ingres.lib]