cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot resolve imported Class when customizing SAPMLogonLogic.java

Former Member
0 Kudos

Hi guys,

We need to customize EP 6.0 Logon logic, and currenty I am trying to modify SAPMLogonLogic.java.

I have imported jar file "servlet.jar" & "com.sap.security.core.jar", but I still have error in the code:

These are the imported class which system cannot resolve:

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

import com.sap.tc.logging.Location;

import com.sap.tc.logging.LogController;

Anyone knows which are the extra jar files I need to addin and where can I find them?

Thanks a lot.

Regards,

Guo Feng

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The logging.jar file will contain these two classes

com.sap.tc.logging.Location;

com.sap.tc.logging.LogController;

The netweaverlibraries zip file which is part of the PDK has logging.jar file.

Regards,

Prasanna Krishnamurthy

Answers (0)