The location of the jvm library (for example, jvm.dll
or libjvm.so
).
The connector looks for the library in various locations specified by the following:
JVMLibraryPath
parameterJAVA_HOME
environment variablePATH
, LD_LIBRARY_PATH
, and so on)Type: | String |
Default: | None |
Required: | No, however, the connector will not start if the jvm library cannot be found or loaded. |
Configuration Section: | Connector |
Example: | JVMLibraryPath=./jre/bin/client
|
See Also: |