on ‎2016 Mar 23 10:48 AM
I have a java application which need the sapjco3.jar. Locally i can just include it into the build and run the application since i have the lib in my local operating system installed. When i upload the application to the HCP it does not run because it can't access the lib.
Is it possible to upload the lib to HCP anyhow ?
Request clarification before answering.
i have tried to add the sapjco3.jar and the sapjaco3.dll in the WEB-INF/lib folder and assigned the buildpath to this folder, but i still get the error the the lib is not in java.library.path.
how do i set the buildpath for the dll file since the jar depends on it ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, the standard way for any lib actually is to include it in the WEB-INF/lib folder of the application WAR. You should not rely on the lib being present somewhere in the FS where the app is deployed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.