cancel
Showing results for 
Search instead for 
Did you mean: 

JAR for com.sap.security.core.server.https

Former Member
0 Kudos

Hi,

I'd like to make a https connection to a remote server and want to use the SecureConnectionFactory class.

Unfortunally my code won't compile, because the NWDS is unable to find the required classes. I already added the following jars to the classpath, but it still won't compile:

iaik_jce_export.jar

iaik_ssl.jar

w3c_http.jar

Where can I find the JAR file for the required classes?

Best regards,

Markus

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

BTW, of course I also tried these jars:

- com.sap.security.api.jar

- com.sap.security.api.perm.jar

- com.sap.security.core.jar

Former Member
0 Kudos

Markus,

the factory is located in tc_sec_https.jar. Referencing library SAP-JEE/security.class should resolve your problems.

Regards

Stefan

Message was edited by:

Stefan Klensch

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks!

Former Member
0 Kudos

Hi Stefan/Marcus,

Could you please tell us the steps to import the jar files??

Regards,

Mamai.

Former Member
0 Kudos

Hi,

Right Click on the project that you have created in NWDS and goto Properties->JAVA build path->libraries->add external jar.

Rgds,

Amarys