cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Including external java lib in HCP servlet

Former Member
0 Likes
206

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 ?

View Entire Topic
Former Member
0 Likes

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 ?