Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-native-interface

How to unit testing JNI source?

Digitally signing a shared library on Android

libcurl CURLE_SSL_CACERT_BADFILE error on android

Java UncaughtExceptionHandler haven't got any exception using JNI

Debugging OpenJDK source-code with eclipse

Send JNI C stderr/stdout through log4j

Profiling JNI applications

Service loader does not locate service provider class, even though class is in same JAR file as META-INF/services

Android Camera takePicture is using Previews small buffer

Recursive attempt to load library - What does that mean in android?

Multiprocessing on Android

Is it possible to implement a Java Interface in C or C++ using JNI?

c++ c java-native-interface

UnsatisfiedLinkError Android

Android's CheckJNI: How to turn it off/on (on an emulator)? Documentation seems to be faulty

How to reconfigure eclipse to use a 64 bit JVM

Which Android devices support jni?

Dalvik is looking for .so file with '.0' extension - why?

Callback as parameter of C structure - Java wrapper generation

What is the idiomatic way for an SBT project to publish 2 artifacts?

Passing strings from java to c++ using JNI