cancel
Showing results for 
Search instead for 
Did you mean: 

Jars For Java Proxy

Former Member
0 Kudos

Hi all

I am creating a Java Proxy application.

While importing the proxy zip created to my NWDS project I am getting the error due to missing jar files.

Can anyone tell me which all jars have to be added and which all jar files are required.

Regards

Abhishek Mahajan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You need several libraries to compile your module.

The easiest way of getting these libraries is by downloading the latest patch for XI

ADAPTER FRAMEWORK CORE 3.0 from SAP Service Marketplace.

Open the file using WinZip and extract aii_af_lib.sda, aii_af_svc.sda and

aii_af_cpa_svc.sda.

Open the file aii_af_lib.sda using WinZip and extract the following library files:

• aii_af_cci.jar

• aii_af_mp.jar

• aii_af_ms_api.jar

• aii_af_ms_spi.jar

• aii_af_trace.jar

Extract the following library file from aii_af_svc.sda:

• aii_af_svc.jar

Extract the following library file from aii_af_cpa_svc.sda:

• aii_af_cpa.jar

(You can also find the SDA files on your Adapter Framework installation.)

Plz award if useful....

Regards,

Sri.

ambili_jose
Explorer
0 Kudos

Hi Abhishek,

Add these libraries to the EJB Module project:-

1. aii_proxy_xirt.jar

2. aii_msg_runtime.jar

3. aii_utilxi_misc.jar

4. guidgenerator.jar

Refer the following blog Pre-requisites of Java Proxy Client:-

Link:[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7940] [original link is broken] [original link is broken] [original link is broken];

Regards,

Ambili

Former Member
0 Kudos

Thnx

Do u know the from which SDAs i can get these jar files.

Regards

Abhishek

ambili_jose
Explorer
0 Kudos

Hi,

You can refer to this pdf also:

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b07fc2113ab]

Regards,

Ambili

ambili_jose
Explorer
0 Kudos

Hi,

Its mentioned in the blog:

You can find above libraries under the path

C:\usr\sap\J2E\JC00\j2ee\cluster\server0\bin\ext

Check it out.

Regards,

Ambili