Is there any way to call the functions which are in a so library from my Java code? Generally, is it possible to use Linux so libraries in Java pr
so
Another wayto access libraries form java besides JNI is JNA.
I find that in many cases it's easier to use then JNI, but that's just my personal opinion.