Advertisement

1 - 10 of 273 containing alltags:("JNI") (0.001 seconds)
Hi, I have C app which uses JNI to bring up a vm to execute some methods. Before, I brought up the vm, I set the class path in the VM's initialization arguments and that works fine. But, the vm wo...
Zones: Java, New To JavaDate Answered: 06/03/1997 Grade: C Views: 0
Hi, I have a JAVA method that returns a int[2]. How can I call this method in JNI? Is  there something similar to CallStaticIntMethod? Thanks.
Zones: Java, JNIDate Answered: 05/05/1998 Grade: A Views: 0
i try to write a simple testing program to call two method from same class at visual c++,but i can only call the first one when running the java program..second one can not call although when compi...
Zones: Java, JNIDate Answered: 01/17/2000 Grade: C Views: 0
I have Java win32-Application/exe, which calls C++ dll. There is one method implemented in C++ DLL. Visual Cafe is development environment for Java application and VC++6.0 for C++ dll. My Java appl...
Zones: JavaDate Answered: 02/19/2000 Grade: C Views: 0
I want to write use c++ for JNI calls. All the function calls take different parameters in c++ than they do in c. Y is this and can u point me onto some more info.
Zones: JavaDate Answered: 06/07/2000 Grade: B Views: 0
i'm reasonably new to java, esp. the jni.  also, this is my first exposure to using dll's, so this may well be a very simple question... i've got a 3rd party dll (with API specified) and need t...
Zones: Java, JNIDate Answered: 07/29/2000 Grade: A Views: 0
Hi, we're going to use a third-party-dll which is limited (due to internal restrictions) to twenty connections. We want to run multible instances from a single computer, but under the same name if...
Zones: JavaDate Answered: 08/15/2000 Grade: A Views: 0
Hi All! I must to pass reference of the JAVA object that contain Vector of objects to JNI code and there in JNI C code I must fill this Vector from C data arrays and return this Object to JAVA cod...
Zones: Java, JNIDate Answered: 09/05/2000 Grade: A Views: 0
I need to modify JArray, but after I got the jfieldID, i couldn't find any function which takes it as a parameter and sets values to it. I have tried SetLongArrayRegion, by copying the whole C Arra...
Zones: Java, JNIDate Answered: 01/10/2001 Grade: A Views: 0
i need some advice about JNI. >>I'm using this java class : public class DisplayMessage {   static {     System.loadLibrary("MessageHandler");   }   public static void main(String[] ...
Zones: Java, JNIDate Answered: 05/11/2003 Grade: A Views: 0