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

Desktop API cannot be used without permission to read "os.version"

XMLWordPrintable

    • b17
    • generic
    • generic

        The fix for JDK-8143227 adds this code to the constructor of WDesktopPeer:
                isEventUserSessionSupported = OSInfo.getWindowsVersion()
                                                .compareTo(OSInfo.WINDOWS_VISTA) >= 0;
        If the security manger exists then it will throw an exception if "os.version" cannot be read.

              serb Sergey Bylokhov
              serb Sergey Bylokhov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: