jvm()

Read(128) Label: java, environment variable,

Description:

Get environment information of the current JVM.

Syntax:

jvm(x)

Note:

The function gets the attribute value whose corresponding key name is x from the system attributes and system environment variables.

Parameter:

x

Key name

Return value:

A string

Example:

1

=jvm("java.runtime.version")

1.8.0_151-b12

2

=jvm("JAVA_HOME")

D:\java\jdk1.6.0_32bit