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

Including external java lib in HCP servlet

Former Member
0 Likes
207

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
Vlado
Product and Topic Expert
Product and Topic Expert
0 Likes

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.