JVMMODULELOCATION

This configuration setting specifies a Java Virtual Machine (JVM) library to be used by Essbase.

This parameter is useful if you have more than one version of the JVM library installed on the computer running Essbase, 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 this command in the Essbase configuration, or if you include this command 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 the setting 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