JVM Classpath
- Last Updated: August 22, 2023
- 1 minute read
- DataDirect Connectors
- ODBC
- Google Bigquery 8.0
- Documentation
Attribute
JVMClasspath (JVMC)
Purpose
Specifies the CLASSPATH for the Java Virtual Machine (JVM) used by the driver. The CLASSPATH is the search string the JVM uses to locate the Java jar files the driver needs.
Valid Values
string
where:
- string
- specifies the CLASSPATH. Separate multiple jar files by a semi-colon on Windows platforms and by a colon on Linux and UNIX platforms. CLASSPATH values with multiple jar files must be enclosed in curly braces { } when used in a connection string.
Example
On Windows:
{.;c:\install_dir\java\lib\googlebigquery.jar}
On UNIX:
{.:/home/user1/install_dir/java/lib/googlebigquery.jar}
Default
install_dir\java\lib\googlebigquery.jar