Class Version.JreVersion

  • Enclosing class:
    Version

    public static class Version.JreVersion
    extends Version
    This is special case of version, used only for checking jre version. If jre do not match, in strict not-headless mode the dialog with confirrmation appears If jre do not match, in strict headless mode the exception is thrown If jre match, or non-strict mode is run, then only message is printed
    • Field Detail

      • warned

        public static boolean warned
    • Constructor Detail

      • JreVersion

        public JreVersion​(java.lang.String v,
                          boolean strict)
    • Method Detail

      • matchesJreVersion

        public boolean matchesJreVersion()