Monthly Archives: September 2007

Java Native Access (JNA): What JNI should have been

Just saw the release of the Java Native Access (JNA) library that allows easier access to native shared access.  Instead of annoying JNI adapter code to integrate the libraries, you can now just define an interface and use the JNA classes to manage the translation between the Java and the native code.  It’s easy to use