JVMMODULELOCATION

Command

JVMMODULELOCATION pathToJVM specifies a Java Virtual Machine library.

Syntax

JVMMODULELOCATION pathToJVM

pathToJVM A fully-qualified path and filename of a Java Virtual Machine library to be used by Hyperion Essbase

Description

JVMMODULELOCATION allows you to specify a specific Java Virtual Machine (JVM) library to be used by Hyperion Essbase. This parameter is useful if you have more than one version of the JVM library installed on the computer running Hyperion Essbase.

If you do not include this command in the essbase.cfg file, or if you include this command with an incorrect path and filename, Hyperion 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.

Example

JVMMODULELOCATION C:\Progra~1\JavaSoft\JRE\1.3\bin\hotspot\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.

Notes

For more information about setting up the Java Virtual Machine, see the Installation Guide.

See Also


Copyright (c)1991-2000 Hyperion Solutions Corporation. All rights reserved.