Just to clarify: > I don’t understand why java...
# java-and-jvm
s
Just to clarify:
I don’t understand why java.net.URI is not accessible, isn’t it public? (edited)
The error isn't about
java.net.URI
but about the
jdk.internal.net.HttpRequestBuilderImpl
class with a constructor that takes a
java.net.URI
as an argument.