Current implementation of WindowsRegistry.java uses "reg" command to read Windows registry by executing this command via ProcessBuilder. It would be more reliable to switch using native APIs to read Windows registry.
- duplicates
-
JDK-8217317 Create jpackage native library for windows
- Resolved