the
vmVersion
vmVersion
()
put the vmVersion
The vmVersion
function returns the version of the Java virtual machine. You might use this to determine whether a script will run correctly under that version of the virtual machine.
OpenXION gets the value of this function from the java.vm.version
system property.
To use this function, OpenXION's security settings must allow the SYSTEM_INFO
security key. If the required security key is denied, a script error will be triggered.