2024 Dec 12 1:21 PM - edited 2024 Dec 12 1:30 PM
My issue is integrating SAP JCo (version 3.1.10) into a Maven-based Java project, specifically for creating a custom NiFi processor.
Despite attempts to use Maven's maven-dependency-plugin with configurations like stripVersion or destFileName to rename the jar back to sapjco3.jar during the build process, the issue persists. This causes the following runtime error:
Request clarification before answering.
Well, to make a long story short: JCo does not support Maven projects. And it cannot easily be achieved, because JCo is not a pure Java application, but a mixed application with Java and C/C++ parts, which requires the platform-dependent C/C++ library (sapjco3.dll / libsapjco3.so) to be present in the "correct" location and added to the java.library.path.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.