skip to main content
Part 4: The Connect XE Drivers : The Salesforce Driver : Connection Option Descriptions : JVM Classpath
  
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/sforce.jar}
Default
install_dir\java\lib\sforce.jar
GUI Tab
SQL Engine tab