cancel
Showing results for 
Search instead for 
Did you mean: 

Finding Correct DC

Former Member
0 Kudos

Hi,

I'm trying to find the class :

javax.net.ssl.HttpsURLConnection

But i can find which DC it is contained in.

It is a part of java 1.4.2

Best Regards

Rasmus

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rasmus

Yes you are right its part of the JDK 1.4.2 but its not part of the rt.jar which I think is the only jar referenced from the projects within NDS as far as the JDK folder is concerned.

Its within the jar jsse.jar , you will have to create external library DC inorder to reference it. Whether it should be a runitme or just buildtime ext DC depends on if this jar is present in the default classpath of the server (this I havent tested)

Regards

Pran

Former Member
0 Kudos

Hi Pran,

Thank you for your answer.

Expect this to solve the problem.

Best Regards.

Rasmus

Former Member
0 Kudos

The SAP-JEE SC contains the jsse DC which has the library you need. So there's no need for an external library DC.

Former Member
0 Kudos

Sorry... I just checked for the jsse.jar file and came up with this DC without checking the contents of the jar... It does not contain a class called HttpsURLConnection.

The IAIKSecurity DC however does have a jar with a class called HttpsURLConnection, but it is in a different package: iaik.protocol.http.HttpsURLConnection.

Answers (0)