I\'m new to JNI, i\'m deve开发者_运维技巧loping a native library for an Android project. I read some papers about JNI programming but i didn\'t understand if it is possible to create a library that ca
I am exploring a solution at my client where we have to call an API that is available in both C# and Java from our C++ application.We would like this to be a cross platform application (PC & Mac),
I have some dll files(not custom 开发者_C百科and not written by me) and I need to use the functions, that are c/c++ written, in these files in my java project. I googled and read many examples about J
I have made a Java Applet that depends on some third party libriaries as well as 开发者_运维技巧a DLL that is called via JNI. These will obviously not be installed on clients computers. Is there anywa
I\'ve seen some questions on how to properly pass a C array into Java using JNI, but I have the reverse problem:
I need to write a dynamic link library in C++ that is used by Java on Android. As I get, it should开发者_如何学Python be .so library, but I don\'t know how to do that.
Having a peculiar problem. When I call the following JNI method. jobjectArray array = env->NewObjectArray(list->size, jcla开发者_如何学JAVAss, 0);
I\'m responsible for maintaining a java swing application. It used to run quite fine with java 1.4, but with the time we encountered more and more crashes of the JRE that made us upgrade to the JRE 1.
I am using android 开发者_开发百科ndk, and for that I am trying to create a c header file using the javah tool. How to use and where to use this tool? I am unable to understand.Javah should be in the
I want to make use of dll in Java ME. Is there any way to do this? I am working in j2me. Problem is j2me won\'t support jni (Java Native Interface). I need to 开发者_如何转开发have any tools to conve