I am wrapping a shared library (written in C) with Java using JNA. The shared library is written internally, but that library uses functions from another external library, which
OK;
I have found an acceptable solution in the end, but not without significant amount of hoops. What I do is
It actually seems to work :-)