Application Sap certification

HI, We are getting the below error for SAp application for target certification review

java.lang.NoClassDefFoundError: Could not initialize class com.sap.conn.jco.rt.JCoRuntimeFactory

Hi @sureshbomm

The error occurs because the SAP JCo library (sapjco3.jar) or its native library (sapjco3.dll/libsapjco3.so) is missing, incorrectly placed, or incompatible with your system.

Download the Correct JCo Version:
Ensure compatibility with your Java version (32/64-bit) and OS.

Place Files Correctly:
Copy sapjco3.jar to WEB-INF/lib.
Place sapjco3.dll (Windows) or libsapjco3.so (Linux) in a directory listed in PATH (Windows) or LD_LIBRARY_PATH (Linux).

Remove Conflicts:
Ensure there are no duplicate or older JCo libraries in the classpath.

Restart IdentityIQ:
Restart to apply changes.