Search code examples
Why "java.lang.NoSuchMethodError: no static method" from (JNIenv*)->GetStaticMethodID?...


c++android-ndkjnienv

Read More
How to get fields Class.getDeclaredFields() in JNI and c++...


androidc++reflectionjava-native-interfacejnienv

Read More
expected `*mut jni::sys::_jobject`, found struct `jni::objects::JPrimitiveArray` error in Rust JNI c...


rustjava-native-interfacejnienvjniwrapper

Read More
Module path in C++ to Java JNI Call...


javajava-native-interfacejava-9java-modulejnienv

Read More
How do I get a JavaVM or JNIEnv from an already-running JVM using JNI?...


rustjava-native-interfaceffidll-injectionjnienv

Read More
Java, C++ JNI - java.lang.UnsatisfiedLinkError : No .dylib in java.library.path...


javac++cjava-native-interfacejnienv

Read More
Calling Java methods from C without starting the JVM from C...


javacjava-native-interfacejnienv

Read More
Implementing Android Event Handlers Using C++...


androidc++java-native-interfaceoverridingjnienv

Read More
Android JNI Error: NoSuchMethodError: no non-static method...


javaandroidc++java-native-interfacejnienv

Read More
Calling a Kotlin function asynchronously from C++ with JNI...


androidc++kotlinjava-native-interfacejnienv

Read More
JNI_CreateJavaVM function method does not work and cannot be debugged...


javac++java-native-interfacejnienv

Read More
How JNI works on the memory level...


androidandroid-ndkjava-native-interfacejnienv

Read More
How to obtain the name of a Java class from its corresponding jclass?...


java-native-interfacejnienv

Read More
Caching JNI objects and thread-safety (in Android)...


android-ndkthread-safetyjava-native-interfacejnienv

Read More
Why does the same native thread appear to call methods from different Java threads?...


androidc++multithreadingjava-native-interfacejnienv

Read More
How to solve "Didn't find class "..." on path: DexPathList in my native callback ...


c++android-ndkjvmjava-native-interfacejnienv

Read More
C++ Callback to Java -> Why can't I retrieve JNIEnv in callback class when coming from a diff...


androidc++jvmjava-native-interfacejnienv

Read More
Why does the JNI C API use a pointer-to-pointer instead of straight pointers for JNIEnv?...


javacjava-native-interfaceprogramming-languagesjnienv

Read More
How to get the last character of a jobject in jni?...


android-ndkjava-native-interfacejnienv

Read More
Converting jni::sys::JNIEnv to JNINativeInterface defined in ffi...


rustjava-native-interfaceffijnienv

Read More
Casting a borrowed reference with a lifetime to a raw pointer in Rust...


rustjnienvraw-pointer

Read More
Call a function in java from C outside of a JNI function (Android)?...


javaandroidcjava-native-interfacejnienv

Read More
What is the best way to save JNIEnv*...


androidandroid-ndkjava-native-interfacejnienv

Read More
How the JVM executes JNI...


javac++java-native-interfacejnienv

Read More
JVM crash on Centos7...


javasegmentation-faultcentos7jvm-crashjnienv

Read More
How to access Pair<> of Java in JNI?...


androidc++java-native-interfacestd-pairjnienv

Read More
Java jbytearray access in c (JNI)...


javavisual-c++java-native-interfacejnienv

Read More
Accessing struct via pointer in C and C++...


c++cpointersstructjnienv

Read More
How to use JNI_CreateJavaVM to run modular java app...


javajava-native-interfacejava-11java-platform-module-systemjnienv

Read More
When creating New<PrimitiveType>Array from C++ code in JNI how to release the <PrimitiveTyp...


javac++java-native-interfacejnienv

Read More
BackNext