Class Version.JreVersion

java.lang.Object
net.sourceforge.jnlp.Version
net.sourceforge.jnlp.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 Details

    • warned

      public static boolean warned
  • Constructor Details

    • JreVersion

      public JreVersion(String v, boolean strict)
  • Method Details

    • matchesJreVersion

      public boolean matchesJreVersion()