Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-native-interface

Track native memory usage from Java?

Is it possible to merge weak symbols like vtables/typeinfo across RTLD_LOCAL'ly loaded libraries?

Can C++ Application load the .jar File using JNI?

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

Convert C.jstring to native string in Go

Difference between using java.library.path and LD_LIBRARY_PATH