Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-native-interface

What is JNI Graphics or how to use it?

How to obtain computation time in NDK

ByteBuffer not releasing memory

How to create static JNI Environment Pointer?

How to take a screenshot of desktop fast with Java in Windows (ffmpeg, etc.)?

android jni return multiple variables

Simple assignment coming up with wrong value

C++ std::string to jstring with a fixed length

How do you properly synchronize threads on the native side of a JNI environment?

Access to raw data in ARGB_8888 Android Bitmap

How to call Java API from NDK C++ thread?

Rotating a bitmap using JNI & NDK

Calling native method twice of third party library in an Activity causes the Android application to close down

JNI ERROR (app bug): local reference table overflow (max=512)

Getting Java and TWAIN to play together nicely [closed]

When a JVM crashes (segfaults) during garbage collection, how can I find out what was being collected?

Android JNI what is current working directory for C/C++ executed code?

Android NDK UnsatisfiedLinkError: "dlopen failed: empty/missing DT_HASH"

Why does Java use modified UTF-8 instead of UTF-8? [closed]