Search code examples
Having an OutputStream write in a C buffer using JNI...


javaandroidcjava-native-interface

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
Unsatisfied Link Error - library loads, entry not found...


javalinuxjava-native-interface

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


android-ndkjava-native-interfacejnienv

Read More
Facing error in converting byte array to vector of float in JNI...


androidc++floating-pointjava-native-interfacebyte

Read More
Exception 0xC0000005 in jvm.dll when creating an instance via JNI NewObject...


javacjava-native-interface

Read More
How do I access return value of a Java method returning java.lang.String from C++ in JNI?...


javac++java-native-interface

Read More
byte[] to long in JNI...


androidcjava-native-interface

Read More
How to include unmodifiable native C++ in Android with JNI?...


javaandroidc++java-native-interface

Read More
Can not create JNI header file with JDK11 javac for variable only class file...


javajava-8java-native-interfacejavacjava-11

Read More
Provide DLL path to System.loadLibrary on export...


javadlljava-native-interface

Read More
Linking static library with JNI...


javajava-native-interfacestatic-librariesjava-8static-linking

Read More
How to use integers and booleans as input parameters in a jni function?...


javaandroidcjava-native-interface

Read More
Processing a string into JNI layer by passing through java API and creating a buffer using malloc...


androidjava-native-interface

Read More
Android Q execute binary file on release build...


androidjava-native-interfaceandroid-native-library

Read More
Is it good idea to implement USB communication in Java using JNI interface where native language is ...


javaandroidcjava-native-interfacenative

Read More
Add SmartID Reader JNI library into existing gradle project...


javagradlejava-native-interface

Read More
Xcode gives Mach-O linker error: "_JNI_CreateJavaVM", referenced from: _main in main.o...


c++xcodejava-native-interface

Read More
How can I return vector<vector<float>> from JNI?...


c++java-native-interface

Read More
"Native code library failed to load" outside of IDE when running exported .jar...


javajarjava-native-interfaceexecutable-jar

Read More
UnsatisfiedLinkError after moving the code into a package...


javaintellij-ideajava-native-interfaceunsatisfiedlinkerror.so

Read More
JNI Java using DLL function which takes an object as param...


javac++cdlljava-native-interface

Read More
Convert C Code Into JNI C Code...


androidcjsonandroid-ndkjava-native-interface

Read More
java loadlibrary and native method declaration...


javajava-native-interface

Read More
Android : Need to create Shared Preferences object in c++ NDK and Store some Boolean value...


javaandroidc++android-ndkjava-native-interface

Read More
Passing a list/arraylist of reference type objects contained in a class to JNI/C++...


java-native-interface

Read More
JNI header missing in Objective-C...


objective-cmacosjava-native-interface

Read More
How to receive a set<String> returned by java method in C++ JNI, can we Convert jobject to set...


javac++java-native-interface

Read More
How to pass a classobject to a jni native method...


javac++dlljava-native-interface

Read More
loading a c++ library.so in java raises the error: undefined symbol: XOpenDisplay...


javac++java-native-interfacejnafedora-25

Read More
BackNext