JavaVM

Description

Specifies the version of the Java VM you want the JDBC database interface to use.

NoteWhen to specify JavaVM You must specify the JavaVM parameter before connecting to the database.

Applies to

JDB JDBC

Syntax

JavaVM = 'value' 

Parameter

Description

value

Specifies the name of the Java VM. Values are:

  • Sun JRE 1.2 (Sun1.2)

  • Sun JRE 1.3 (Sun1.3)

  • Sun JRE 1.4 (Sun1.4)

Default

JavaVM='Sun1.4'

Usage

For consistent behavior, the same version of the Java VM used during development should be used at runtime.

Examples

Example 1

To set the JavaVM parameter to Sun JRE 1.3: