====== JNI ====== * [[https://netbeans.org/kb/docs/cnd/beginning-jni-linux.html|Beginning JNI linux]] * [[http://www.baeldung.com/jni|Guide to JNI (Java Native Interface) | Baeldung]] ===== Load library from jar ===== * [[http://frommyplayground.com/how-to-load-native-jni-library-from-jar/|How to load native jni library from jar]] * [[http://stackoverflow.com/questions/1611357/how-to-make-a-jar-file-that-include-dll-files|How to make a jar file that include dll files]] * http://stackoverflow.com/questions/2937406/how-to-bundle-a-native-library-and-a-jni-library-inside-a-jar ===== 참고 ===== * [[https://www.baeldung.com/java-native|The Java Native Keyword and Methods | Baeldung]]