I am new to Java and I need to use HttpsUrlConnection from javax.net.ssl on some embedded platform (jme, clds 1.0). Is it possible that I get a jar (from the Internet) that has this class with all the dependencies?
Update: I am using JDK 1.1.8
I am new to Java and I need to use HttpsUrlConnection from javax.net.ssl on some embedded platform (jme, clds 1.0). Is it possible that I get a jar (from the Internet) that has this class with all the dependencies?
Update: I am using JDK 1.1.8
The HttpsUrlConnection is normally located into rt.jar (Java SE) into package javax.net.ssl This package is present in Compact profile 1 (http://docs.oracle.com/javase/8/docs/technotes/guides/compactprofiles/compactprofiles.html