JavaInstallationMetadata

Metadata about a Java tool obtained from a toolchain.

Since

6.7

See also

Functions

Link copied to clipboard
The path to installation this tool belongs to.
Link copied to clipboard
Returns the full Java version (including the build number) of the JVM, as specified in its java.runtime.version property.
Link copied to clipboard
abstract fun getJvmVersion(): String
Returns the version of the JVM, as specified in its java.vm.version property.
Link copied to clipboard
Returns the language version of the JVM to which this tool belongs
Link copied to clipboard
abstract fun getVendor(): String
Returns a human-readable string for the vendor of the JVM.
Link copied to clipboard
Returns true if this installation corresponds to the build JVM.