In my Java Web application, trying to connect SAP Server. This error is generated:
Error getting the version of the native layer: java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path
I have placed the sapjco3.dll
and sapjco3.jar
in WEB-INF/lib/
and also configured in the Java Build Path.
I have also set the Path in servlet as
System.setProperty("java.library.path", "/WEB-INF/lib");
But also error existing.