
There are a lot of examples of writing a simple JNI library for calling from a Java class. Unfortunately, few of them explain how to push your JNI class/loadable library into a package of it’s own. I ran into this problem today while trying to integrate a JNI library I’d […]