JVMMODULELOCATION

The JVMMODULELOCATION configuration setting specifies a Java Virtual Machine (JVM) library Essbase should use. This parameter is useful if you have more than one version of the JVM library installed, or if you do not have the JVM location set in LD_LIBRARY_PATH.

Syntax

JVMMODULELOCATION pathToJVM

pathToJVM—Specifies a fully-qualified path and file name of a Java Virtual Machine library to be used by Essbase.

Description

If you do not include JVMMODULELOCATION in the Essbase configuration, or if you include it with an incorrect path and file name, Essbase searches the LD_LIBRARY_PATH for a version of the JVM library, and uses the first version that it finds.

If you specify JVMMODULELOCATION with no path parameter, it disables JVM-dependent functions, including custom-defined macros and custom-defined functions in the Calculator module.

Example

UNIX example

JVMMODULELOCATION /usr/java/jdk1.8.0_261/jre/lib/amd64/server/libjvm.so

Windows example

JVMMODULELOCATION C:\Program Files\Java\jdk1.8.0_261\jre\bin\server

The path name cannot include spaces. In Essbase configuration, a parameter is not followed by a semicolon. Do not enclose the path parameter in quotation marks.

See Also

Java Requirement and Tips