RFR [14] 8225425: java.lang.UnsatisfiedLinkError: net.dll: Can't find dependent libraries
Chris Hegarty
chris.hegarty at oracle.com
Fri Aug 16 17:05:57 UTC 2019
An unfortunate eager dependency on urlmon.dll has crept into net.dll,
the JIRA issue contains more details [1].
The dependency should be made lazy and optional, since if only pertains
to NTLM authentication over HTTP.
Webrev:
https://cr.openjdk.java.net/~chegar/8225425/webrev.01/
-Chris.
[1] https://bugs.openjdk.java.net/browse/JDK-8225425
More information about the net-dev
mailing list