Do you want to access native library methods without requiring any additional JNI or native code ?
At times, there are instances you would need to use native (non-Java) codes (e.g., C/C++) to overcome the memory management and performance constraints in Java....