Hi Mickey,
please name the native library and where exactly you have placed it.
I am using SAP JCo API for connecting to SAP R/3 Systems.
This API contains a native dll and a wrapper jar which encapsulates the native methods via JNI into java methods.
The lib I have placed under IntegrationServer/lib, the jars is placed under IntegrationServer/packages/WmSAP/code/jars/static (as per Adapters documentation).
Please note the static portion in the path as this is required to load the jar statically during startup.
OK, I am not doing Java development on this directly, but it might help to understand the different layer.
In your case the jar should be placed under IntegrationServer/lib/jars/custom.
Shutdown and start the IntegrationServer otherwise the dll and the jar will not be picked up correctly during startup.
Not sure if this is working in Local Service Development Scenario.
Regards,
Holger
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods