Command-Line Installation
- Last Updated: April 5, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
-
At a command prompt, change to the directory where the oajcinstaller.jar is located.
-
Enter the following command:
java -cp oajcinstaller.jar com.ddtek.jdbc.oajcinstaller.Installer -d {*install_dir*}where:
-dinstall_dirSpecifies the full path, including the drive letter on Windows machines, to the JDBC Client installation directory.Note that if the directory path contains spaces, you must enclose the path name with double quotation marks, for example: -d "c:\Program Files\Progress\DataDirect\oajdbc90" -
If the JDBC Client was successfully installed, a message appears confirming the installation.
Example:
java -cp oajcinstaller.jar com.ddtek.jdbc.oajcinstaller.Installer -d "C:\Program Files\Progress\DataDirect\oajdbc90"
This OpenAccess SDK command-line example performs the following actions:
- Installs the OpenAccess SDK JDBC Driver
- Installs the JDBC driver to the installation directory (
-d "C:\Program Files\Progress\DataDirect\oajdbc90")