New posts in java-native-interface

File Operations in Android NDK

How to pass C structs back and forth to Java code in JNI?

.dll already loaded in another classloader?

Adding new paths for native libraries at runtime in Java

Rotating a bitmap using JNI & NDK

Any simple way to log in Android NDK code?

Managing DLL dependencies with Maven

What does a JVM have to do when calling a native method?

A JNI error has occurred, please check your installation and try again in Eclipse x86 Windows 8.1

How to cache bitmaps into native memory

How to catch JNI/Java Exception

Getting active window information in Java

Adding OpenCV to Native C code through CMake on Android Studio

undefined reference to `__android_log_print'

Calling Win32 API method from Java

Passing pointers between C and Java through JNI

JNI converting jstring to char *

Use JNI instead of JNA to call native code?

Embed Java into a C++ application?

How to obtain JNI interface pointer (JNIEnv *) for asynchronous calls