DataSource for C SDK  8.0.1.207118-0de6d82f
Configuration: JVM

jvm-options

Type: String Array
Default: None

Options for the JVM


jvm-global-classpath

Type: String Array
Default: None

Global classpath location


jvm-location

Type: String
Default: None

This item specifies the location of the JVM.

If no jvm-location is configured then no JVM is started. If a JVM is required then the location should be configured to either

  • A full path to the JVM file
  • A directory path

If the location is a directory path the DataSource will search for the JVM in the sub-directories of the directory path. This allows the configuration to be simply set to the JAVA_HOME environment variable.

If a file is configured and it either doesn't exist or is not a JVM then the DataSource will not start. If a directory path is configured and there is no JVM under the directory path the DataSource will not start.

Example of full path:

jvm-location /usr/lib/jvm/jdk1.8.0_181/jre/lib/amd64/server/libjvm.so

Example of directory path:

jvm-location /usr/lib/jvm/jdk1.8.0_181

Example of directory path using JAVA_HOME:

jvm-location ${ENV:JAVA_HOME}

add-javaclass

Configuration group add-javaclass

Add a Java class definition

classpath

Type: String Array
Default: None

Class paths


class-name

Type: String
Default: None

Name of the class


class-id

Type: String
Default: None

Id of the class




Generated on Fri Feb 23 2024 14:56:09 for DataSource for C SDK