Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8145912

Platform version of JDK9 is wrong (set product version 9-na)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • None
    • deploy
    • b105

      The platform version of a JRE is the specification verison of the java spec, and for JDK9 is supposed to be 9.
      however, we still have code in JREInfo.setPlatformByProduct() that tries to pars the old version string format, and failing that, falls back to returning the product version.
      As a result, if jnlp file specified <java version="9"/> , you get the ssv dialog saying the version is not available and you should run with the latest version (9-ea).

            herrick Andy Herrick (Inactive)
            herrick Andy Herrick (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: