skip to main content
Quick Start: Progress DataDirect for JDBC for Oracle Sales Cloud Driver : Setting the Class Path
  

Try DataDirect Drivers Now

Setting the Class Path

The driver must be defined on your class path before you can connect. The class path is the search string your Java Virtual Machine (JVM) uses to locate JDBC drivers on your computer. If the driver is not defined on your class path, you will receive a class not found exception when trying to load the driver. Set your system class path to include the oraclesalescloud.jar file as shown, where install_dir is the path to your product installation directory.
install_dir/lib/oraclesalescloud.jar

Windows Example

CLASSPATH=.;C:\Program Files\Progress\DataDirect\JDBC_60\lib\oraclesalescloud.jar

UNIX Example

CLASSPATH=.:/opt/Progress/DataDirect/JDBC_60/lib/oraclesalescloud.jar