cancel
Showing results for 
Search instead for 
Did you mean: 

package com.sap.aii.security.lib.* does not exist

0 Kudos

Hi all

I have written a java mapping code (UDF) while using the class "com.sap.aii.security.lib.KeyStoreManager" to get the keystore information, but I am getting the Error as "package com.sap.aii.security.lib.* does not exist". It seems to be that somehow the class path is not set for this package or so.

So, is there a way to set this class path in the J2EE server config ?

In simple words I want this package "com.sap.aii.security.lib.KeyStoreManager" to be accessible inside my java mapping module.

I'll appreciate any help in this regard.

Thanks & BR,

Accepted Solutions (0)

Answers (2)

Answers (2)

You can find com.sap.aii.security.lib.KeyStoreManager within com.sap.aii.sec.lib_api.jar

The jar file can be found under .../usr/sap/C29/J11/j2ee/cluster/bin/ext/com.sap.aii.sec.lib/lib (PI 7.5)

Regards

Markus

Former Member
0 Kudos

Not sure, but have you tried looking for this JAR : keystore_api.jar (and tc_sec_ssf.jar for SsfProfileKeyStore if needed) ?

Rgds

Chris

Edited by: Christophe PFERTZEL on Nov 25, 2009 11:39 AM