Hi all,
I have written some java mapping code 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 or is there a way to know this class path and I can use it directly inside my jave code with the full qualified physical path for this class?
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 in advance,
Seema

