cancel
Showing results for 
Search instead for 
Did you mean: 

Need Jar files

Former Member
0 Kudos

Dear All Gurrus

I want to find these jar files can any one let me know where i can download .

com.sap.aii.proxy.framework.core.ApplicationFaultException;

com.sap.aii.proxy.framework.core.SystemFaultException;

com.sap.mw.jco.JCO;

com.sap.security.core.server.destinations.api.Destination;

com.sap.security.core.server.destinations.api.DestinationException;

com.sap.security.core.server.destinations.api.DestinationService;

com.sap.security.core.server.destinations.api.HTTPDestination;

com.sap.security.core.server.destinations.api.RFCDestination;

com.sap.security.core.server.destinations.service.*;

com.sap.security.core.server.util0.IDException;

com.sap.exception.BaseException;

Regards

Arshad

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Use Classlocator to find out the required classes and Jars. It is faster and easier to use.

http://sourceforge.net/projects/classlocator

Regards,

Harini S

Former Member
0 Kudos

Hi,

please see below:

com.sap.aii.proxy.framework.core.ApplicationFaultException;

com.sap.aii.proxy.framework.core.SystemFaultException;

aii_proxy_rt.jar

com.sap.mw.jco.JCO;

jrfc.jar

com.sap.security.core.server.destinations.api.Destination;

com.sap.security.core.server.destinations.api.DestinationException;

com.sap.security.core.server.destinations.api.DestinationService;

com.sap.security.core.server.destinations.api.HTTPDestination;

com.sap.security.core.server.destinations.api.RFCDestination;

tc_sec_destinations_interface.jar

com.sap.security.core.server.util0.IDException;

tc_sec_saml_util.jar

com.sap.exception.BaseException;

exception.jar

Best regards,

--epexpert

Former Member
0 Kudos

Hi Arshad,

please check the directory \usr\sap\<SID>\JC<Instance Number>\j2ee\cluster\server0\bin\ext\

You should be able to find there all the needed JAR files.

Best regards,

Robert