cancel
Showing results for 
Search instead for 
Did you mean: 

Required JAR files:

Former Member
0 Kudos

Hello Friends,

I have to fix some issues and extend the functionality of the existing web dynpro application. I have got the zip file, which I placed in the workspace, and then I have opened the project.

When I rebuild the poject, it gives me error, that required JAR missing:

com.sap.security.api.IUser:

and also it gives error that, cannot find the class file for com.sap.security.api.IUser:

From where I can download the required JAR files ?

Regards,

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Shah,

Right click the project and go to Properties->BuildPath->Add External Jars

There add com.sap.security.api.jar from

C:\Program Files\SAP\IDE\IDE70\eclipse\plugins\com.sap.security_2.0.0\lib

Regards

Fahad Hamsa

Former Member
0 Kudos

Hi Shah,

Right click the project and go to Properties->BuildPath->Add External Jars

There add com.sap.security.api.jar from

C:\Program Files\SAP\IDE\IDE70\eclipse\plugins\com.sap.security_2.0.0\lib

Regards

Fahad Hamsa

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

U can import JAR files in two ways,

1)For Design time, you can add those JAR files to the Project Build path ( Right click on Project -> properties -> JAVA Build Path -> Libraries -> Add External JAR )

2)For Run time, your JAR files must be present on the server or in the Web Dynpro EAR. So, it is not possible for everyone to have access to put JAR files on server. What you can do here is, put the required JAR in the "lib" folder of Web Dynpro Application. So, the JARS will included in EAR of WDP App.

( go to package explorer -> select your WDP project -> import JARs in "Lib" folder)

Check the below blogs,explained clearly step by step....

/people/valery.silaev/blog/2005/09/14/a-bit-of-impractical-scripting-for-web-dynpro

/people/bala.krishnan2/blog/2006/09/25/bid-adieu-to-bots--using-captchas

Regards,

Suresh T

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hallo Shah,

look at this SAP Online Help document:

<a href="http://help.sap.com/saphelp_nw70/helpdata/en/f9/ce747474574fdb8a79fed77ea075f8/content.htm">Including the UME Libraries and Web Service References</a>

Regards, Bertram