MinimumJREVersion Property

Description

This attribute specifies the minimum version of the Java Runtime Environment required to run EditLive! for XML. It should be noted that EditLive! for XML should be used with JRE version 1.4.0 and above.

Syntax

JavaScript

setMinimumJREVersion(strJREVersion);

Parameters

strJREVersion

A string defining the version number of the minimum JRE version which EditLive! for XML is to run with.

The default value is 1.4.0.

Examples

Example 16.21. MinimumJREVersion Property Example Scripting

The following sets the minimum JRE version to be 1.4.1

JavaScript

editlivejs.setMinimumJREVersion("1.4.1");

Remarks

Currently supported JRE versions are 1.4.0 and above.

Care should be taken when using this property in conjunction with the JREDownloadURL property. See the JREDownloadURL property for more information.

See Also