I'm trying to compile a java code from Java 1.8 to Java 18 but I'm getting the error the type sun.net is not accessible
I've read some stuff online that sun.* cannot be used anymore. Is this related to this problem? If not are there any workarounds on this error?
P.S. I'm trying to use the HttpClient class