Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-native-interface

Calling Java library from Objective C on Mac

Passing a pointer from JNI to Java using a long

Android: Find out which core the thread is running on

Tool for Memory Use Tracking in OpenCV JNI library used in Java Application

Eclipse Folder is transparent/grayed out. What does it mean?

Which VMs or GCs support JNI pinning?

Trouble installing rJava on Mac ; trouble with JNI data types

convert c++ map to jobject JNI?

Why does my JNI code not successfully find a jthrowable's getMessage method?

registering java function as a callback in C function

Problem to build NDK with C++ in Android

Android JNI not packed in APK

How to handle exceptions from C++ via SWIG to Java

Converting between jdoubleArray and vector<double> in a Java Native (JNI) method in C++

Detecting native memory leaks in Android JNI code

Returning an int from native function(c++, jni) crashes application

Does Android not really have wchar_t?

How to pass a ArrayList<Point> for a jni C++ function?

How to call c++ functionality from java

Java JNI - associating resources allocated in C with java objects?