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?