Class SystemUtils


  • public final class SystemUtils
    extends Object
    • Method Detail

      • isOsAndroid

        public static boolean isOsAndroid()
      • isGraalVm

        public static boolean isGraalVm()
        Checks if the current runtime is GraalVM.

        See ImageInfo.PROPERTY_IMAGE_CODE_KEY.

        Returns:
        true if the current runtime is GraalVM, false otherwise.