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.

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

                Created:
                Updated:
                Resolved: