We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80aef1e commit 8b03659Copy full SHA for 8b03659
1 file changed
java-native/README.md
@@ -7,3 +7,4 @@ This module contains articles about the Java Native Interface (JNI).
7
- [Guide to JNI (Java Native Interface)](https://www.baeldung.com/jni)
8
- [Using JNA to Access Native Dynamic Libraries](https://www.baeldung.com/java-jna-dynamic-libraries)
9
- [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)
10
+- [How to use JNI’s RegisterNatives() method?](https://www.baeldung.com/jni-registernatives)
0 commit comments