Java version

Is it possible to check what version of Java is running on the system from Xojo?

Perhaps something like this:

Var sh As New Shell sh.Execute("java -version") // Parse sh.Result for version info

On Windowsyou can read version from registry.

Martin posted in the MacOS subgroup…