Interface JavaInfo


public interface JavaInfo
This interface provides information about the Java runtime.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the Java vendor.
    Return the Java vendor runtime version.
    Return the Java runtime version.
  • Method Details

    • version

      String version()
      Return the Java runtime version.
      Returns:
      string that represent the Java version
    • vendor

      String vendor()
      Return the Java vendor.
      Returns:
      string that represent the Java vendor
    • vendorVersion

      String vendorVersion()
      Return the Java vendor runtime version.
      Returns:
      string that represent the Java vendor version