This tutorial combines a few key ideas to getting started with a Hello World program using the Java Native Interface (JNI) on Mac OSX. JNI allows Java code to utilize C++ code (i.e., native code). This technology is very important if you want to do any computationally intensive operations (games, video processing, audio processing, etc)...
Read More