cancel
Showing results for 
Search instead for 
Did you mean: 

Missing com.sap.security.api.iuser in my Eclipse IDE under Plugins

Former Member
0 Kudos

Hi All,

I have imported a KM API based WebDynpro for java appication devloped by my Collegue. I am getting build path errors due to missing com.sap.security.api.iuser. I checked in the Eclipse plug-in security.api folders and found none. Can someone please direct me to the place where I can download this jar file on the web.

jar file name : com.sap.security.api.iuser

Thanks,

Vadnala

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please go to the Java Build Path. Select Add Variable. A Popup will appear. Select Eclipse_Home and click Extend button.

Select Plugins and search for com.sap.security folder and expand lib folder and select com.sap.security.api.jar.

After adding this your build path problem related to Security API

Regards

Saravanan K

former_member201257
Active Contributor
0 Kudos

Hi Vadnala,

There is no separate jar for com.sap.security.api.iuser

Class com.sap.security.api.IUser needs an import of com.sap.security.api.jar file.

Make sure you add com.sap.security.api.jar to your project.

You should have the com.sap.security.api.jar in your NWDI plugins folder.

You can download any missing jar files from your portal server.

Thanks,

Shanti