seancorfield
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.