Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-native-interface

Alternatives to setting java.library.path?

Passing std::unique_ptr to JNI

JNI return Signal 7 function trying to call to Java from C++

Error passing a cv::Mat to JNI using OpenCV on Android

JNA for android

Create iOS static library from robovm project (BAD_ACCESS in JNI)

Does not Java create heapdump when native allocation fails

How to pass a structure as an argument to java function or return to java from jni

How to pass a C++ string to Java JNI in a well defined thread-safe way?

Are native C++ methods counted in dex file method count?

JNI in Dataflow

How can I load the AIR runtime as a in-process shared library from a C program

jni starter question

Java JNI leak in c++ process

how can 'const unsigned char *' be wrapped with swig for java

How do I convert to type SWIGTYPE_p_void in SWIG generated Java bindings?

JNI_CreateJavaVM fails in 64bit C

Convert C.jstring to native string in Go

Difference between using java.library.path and LD_LIBRARY_PATH

What's the trade-off between using GetPrimitiveArrayCritical and Get<PrimitiveType>ArrayRegion?