skip to main content
Connection Option Descriptions : JVM Classpath
  

Try DataDirect Drivers Now

JVM Classpath

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\
}
On UNIX:
{.:/home/user1/install_dir/java/lib/rightnow.jar}

Default

install_dir\java\lib\rightnow.jar

GUI Tab

SQL Engine tab