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. Though Java does support native codes via the Java Native Interface (JNI) but it is difficult when it comes to