Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

java call out to make a JNI system call.

I am trying to implement java-call-out to make a JNI system call. Inside java call out I am loading some

native libraries

System.load("*****)

But apigee is throwing below error

fault-string: no *** library in java.library.path

I understand that I have export or source LD_LIBRARY_PATH (apigee is on linux host).

If my understanding is correct, How can I source ld_library_path for java call out?

0 3 294
3 REPLIES 3