2019-10-31 20:43:47 -05:00
|
|
|
## 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)
|