10 lines
394 B
Markdown
10 lines
394 B
Markdown
## JNI
|
|
|
|
This module contains articles about the Java Native Interface (JNI).
|
|
|
|
### Relevant Articles:
|
|
|
|
- [Guide to JNI (Java Native Interface)](https://www.baeldung.com/jni)
|
|
- [Using JNA to Access Native Dynamic Libraries](https://www.baeldung.com/java-jna-dynamic-libraries)
|
|
- [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)
|