Skip to content

javaVersion

javaVersion() → string · System

Get the Java/JVM version string of the runtime.

utlx
{
  runtime: javaVersion()              // "21.0.2"
}

Released under AGPL-3.0.