cancel
Showing results for 
Search instead for 
Did you mean: 

What is the Jar File?

Former Member
0 Kudos

Hi All,

I what the jar files for the following import statements.

import com.sap.engine.lib.security.http.HttpGetterCallback;

import com.sap.engine.lib.security.http.HttpCallback;

import com.sap.engine.lib.security.LoginExceptionDetails;

import com.sap.engine.lib.security.Principal;

I'm developing the custom logon page, so I am not able to proceed further. Please provide the Jar file or where can I find the jar file for this?

Accepted Solutions (1)

Accepted Solutions (1)

udaykumar_kanike
Active Contributor
0 Kudos

you need this jar file:

com.sap.security.api.jar.

refer following SAP help link

http://help.sap.com/saphelp_sm32/helpdata/en/5f/48614179328147e10000000a1550b0/content.htm

Former Member
0 Kudos

There is no folder with the name bin in serverX folder. Is there any other way to get the jar file?

former_member432219
Active Participant
0 Kudos

sap.com~tc~bl~jkernel_util~impl.jar from \j2ee\cluster\bin\system

Answers (2)

Answers (2)

Former Member
0 Kudos

Following libraries need to be included in your project build path:

..\j2ee\cluster\serverX\bin\system\util.jar

…\j2ee\cluster\serverX\bin\interfaces\security\security_api.jar

Thanks

Krishna

Former Member
0 Kudos

Hi Krishna,

There is no folder called bin in serverX folder.

MaheshChandra
Active Contributor
0 Kudos

Hi,

you can get all the jar file from your Logon par/war file downloaded from portal. un zip the orginal par file and inside the folder lib you will find the jar files that are suitable.

this statement may be related to security.api.jar files or util jar file (generally required for login par)

you can find jar files in server (EP 7.0) in C:\usr\sap\SID\JCXX(instance number)\j2ee\cluster\serverX\bin\


regards,

mahesh

Former Member
0 Kudos

Hi Mahesh,

In my system there is no folder called bin in server0. Can you attach the util.jar file? I used JAR finder but it is showing in the path J2EE/admin/logviewer-standalone\lib\util.jar,  but there is no folder called the name admin inside J2ee. Is there any way to download the field from the internet? Or if you have please provide that field.

0 Kudos

Hi Mahesh,

take a look at http://help.sap.com/javadocs/NW73/SPS08/CE/se/com.sap.se/index.html

look for your desired class e.g. LoginExceptionDetails, then scroll down to bottom.

There you will find from which SC/DC you can reference the missing jar from.

Regards,

Jens

Former Member
0 Kudos

Hi Jens,

I referred to the link that you provided. But I am not able to understand what is SC and DC and how to find my jar file from this, I have attached the snap shot of SC and DC how can I find that. Please suggest me step by step. I am strucked here from yesterday.

0 Kudos

Hi Satish,

usually you should develop all your portal stuff as development compontents (DCs).

This can be done either within the nwdi context or as a local development.

I'll explain for local development for nwdi it is similar. Take a look at the screenshot:

1. Create Local SC

2. Create your DC where your code will go in within the SC

3. Open Component Properties Editor, tab dependencies

4. Click button to add required DC

5. Your desired/needed DC should be listed within ENGFACADE (The screenshot doesn't show, because there it has been already added. Select the DC and set dependencies details according screenshot

The "sync used DCs" for your development DC and you should be fine, meaning the class should be found now. Meaning code your stuff and deploy 😉

Regards,

Jens