-
Bug
-
Resolution: Fixed
-
P3
-
11
-
b17
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8204748 | 11.0.1 | Sergey Bylokhov | P3 | Resolved | Fixed | team |
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.
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.
- backported by
-
JDK-8204748 Desktop API cannot be used without permission to read "os.version"
- Resolved
- links to