The Advantage JDBC Driver needs to be defined in your CLASSPATH variable. The CLASSPATH is the search string that your Java Virtual Machine (JVM) uses to locate the JDBC drivers on your computer. If the drivers are not on your CLASSPATH, you receive the error "class not found" when trying to load the driver. Set your system CLASSPATH to include the following entries, where install_dir is the path to the Advantage JDBC Driver installation directory:
install_dir/jdbc/adsjdbc.jar
Windows Example
CLASSPATH=.;c:\program files\Advantage\jdbc\adsjdbc.jar
Linux Example
CLASSPATH=.:/usr/local/ads/jdbc/adsjdbc.jar