11 lines
489 B
Markdown
Raw Normal View History

## JNI
This module contains articles about the Java Native Interface (JNI).
### Relevant Articles:
- [Guide to JNI (Java Native Interface)](https://www.baeldung.com/jni)
2020-10-07 17:17:12 +08:00
- [Using JNA to Access Native Dynamic Libraries](https://www.baeldung.com/java-jna-dynamic-libraries)
2020-11-11 21:19:54 +08:00
- [Check if a Java Program Is Running in 64-Bit or 32-Bit JVM](https://www.baeldung.com/java-detect-jvm-64-or-32-bit)
2022-02-23 19:19:46 +08:00
- [How to use JNIs RegisterNatives() method?](https://www.baeldung.com/jni-registernatives)