1.4.8(July 2026)
The following defects are resolved in this build.
Nexaweb Launcher cannot retrieve proxy information from the Windows registry when using a 64-bit JVM. | |
Proxy information may not be retrievable even when using a 32-bit JVM like 17 . |
NXPSR-11331: Nexaweb Launcher cannot retrieve proxy information from the Windows registry when using a 64-bit JVM.
The old jRegistryKey.dll was a 32-bit library, which failed to read values from registry on a 64-bit JDK.
Solution: Replaced it with JNA. This allows the app to safely read Windows proxy settings from registry on both 32-bit and 64-bit JDKs.
NXPSR-11332: Proxy information may not be retrievable even when using a 32-bit JVM like 17.
PAC file parsing requires a JavaScript engine. The built-in Nashorn engine was removed in JDK 14, causing PAC parsing to fail on JDK 15 and above.
Solution: Embedded the OpenJDK Nashorn library into our JAR. It now uses the built-in engine where available (JDK 8–14) and automatically switches to the embedded library on newer versions (JDK 15–25).