JVMMODULELOCATION

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.

Syntax

JVMMODULELOCATION pathToJVM

Where pathToJVM is a fully-qualified path and filename of a Java Virtual Machine library to be used by Essbase.

Description

If you do not include this command in the essbase.cfg file, or if you include this command with an incorrect path and filename, Essbase searches the PATH (library path on UNIX systems) for a version of the JVM library and uses the first version that it finds. If you include this command without any parameters, Java Virtual Machine functions, including custom-defined macros and custom-defined functions in the Calculator module, are disabled in the product.

Notes

For more information about setting up the Java Virtual Machine, see the Oracle Hyperion Enterprise Performance Management System Installation and Configuration Guide.

Example

JVMMODULELOCATION C:\Hyperion\common\JRE\Sun\1.5.0\bin\client\jvm.dll



// The following statement (with no parameters) disables JVM-dependent functions

JVMMODULELOCATION

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