Hi Experts,
We are trying to refer the SAPJVM4 JRE in the existing portal component instead of j2sdk1.4.2_12 in NWDS 7.0 SP14 but we are getting issue while referring the SAPJVM4 for these two packages are javax.net.ssl and com.sun.net.ssl.
import com.sun.net.ssl.internal.ssl.Provider;
import javax.net.ssl.HostnameVerifier;
import javax.net.ssl.HttpsURLConnection;
import javax.net.ssl.KeyManager;
import javax.net.ssl.KeyManagerFactory;
import javax.net.ssl.SSLContext;
import javax.net.ssl.SSLSession;
import javax.net.ssl.SSLSocketFactory;
import javax.net.ssl.TrustManager;
import javax.net.ssl.TrustManagerFactory;
import javax.net.ssl.X509TrustManager;
Getting message like "The import javax.net cannot be resloved" and "The import com.sun.net.ssl cannot be resolved", we tried to search in SDN but we couldn't able to find out the solution for this issue. Instead of these packages what package we will refer to further step in SAPJVM4.
Note: We have to use SSL thing in this component.
Please help us on this regards.
Thanks & Regards
Prakash T