2019-10-31 21:43:47 -04: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 05:17:12 -04:00
|
|
|
- [Using JNA to Access Native Dynamic Libraries](https://www.baeldung.com/java-jna-dynamic-libraries)
|
2020-11-11 08:19:54 -05: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)
|