JVMLibraryPath
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
parameter- Location set in the Windows registry
JAVA_HOME
environment variable- System library path (
PATH
,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: |