Is it possible to call jni method of 1 library from another method of different jni library ? for eg: I have 2 libraries lib_1.so and lib_2.so.
I want to call a method get_interface() of lib_1.so from lib_2.so.
Is this possible? If yes, please share the example of how this can be done.