saro-lab / sap-jco-manager

sap jco manager - maven (using the sapjco3.jar)
Apache License 2.0
38 stars 12 forks source link

Wrong filename for MacOS #1

Closed nwoolls closed 4 years ago

nwoolls commented 4 years ago

Based on my testing, the file name sapjco3.jnilib is wrong on MacOS. It needs to be libsapjco3.jnilib.

I managed to get things working by placing the files in $HOME/Library/Java/Extensions/ with the JAR named as indicated in your current docs and the native library named as indicated above.

ac-saro commented 4 years ago

Thank you, I'll fix it right away.