cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for Imports

Former Member
0 Kudos

I'm have the following imports in my code, and I'm looking for jar files they belong to. Any ideas?

com.sapportals.portal.security.usermanagement.IUser

com.sapportals.common.PPLogger

com.sapportals.common.TracingConsts

I've tried the Class Finder from IBM, and I've done Google Searches on each.

Any ideas?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

For com.sapportals.portal.security.usermanagement.IUser

you have to use <b><u>com.sap.security.api.jar</u></b>

Thanks,

Raags

Former Member
0 Kudos

Turned out I found what I was looking for in the older jar.

com.sap.security.api.ep5.jar

Answers (1)

Answers (1)

Former Member
0 Kudos

Fort common.PPLogger and common.TracingConstants get the common.jar, you can get that at directory usr\sap\[ID]\JC00\j2ee\cluster\server0\bin\ext\com.sap.portal.common

Thanks,

Raags

PS: award points for useful answers

Former Member
0 Kudos

Yup that was where the others were found.