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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10010735.html
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.
http://www.experts-exchange.com/Programming/Languages/Java/Q_10050996.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10248473.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10260974.html
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.
http://www.experts-exchange.com/Programming/Languages/Java/Q_10404676.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10810681.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11002941.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11184351.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20026618.html
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[] ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20095914.html
Zones:
Java,
JNIDate Answered: 05/11/2003 Grade: A Views: 0