Get the version of the Java VM in use. Sync version.
This is equal to the following java implementation:
public static String getJavaVersion() { return System.getProperty("java.version");} Copy
public static String getJavaVersion() { return System.getProperty("java.version");}
the java version string
getJavaVersion
Generated using TypeDoc
Get the version of the Java VM in use. Sync version.
This is equal to the following java implementation: