Specifies the version of the Java VM you want the JDBC database interface to use.
JDB JDBC
JavaVM = 'value'
Parameter  | 
Description  | 
|---|---|
value  | 
Specifies the name of the Java VM. Values are: 
  | 
JavaVM='Sun1.4'
For consistent behavior, the same version of the Java VM used during development should be used at runtime.
To set the JavaVM parameter to Sun JRE 1.3:
Database profile Select Sun JRE 1.3 from the Java drop-down list on the Options tab in the Database Profile Setup dialog box.
Application Type the following in code:
SQLCA.DBParm = "JavaVM='Sun1.3'"