I am just starting to learn JNI. I have been following a simple example, and I have created a Java app that calls a Hello World method in a native library. I\'d like to targ
You might want to check out the One-JAR project. It lets you package your application and its dependencies (including native libraries) to a single jar file.