This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
JNI
Posted by meghna on January 11, 2001 at 5:14 AM
hello, I need to communicate between Java and C++ classes using JNI.. I searched on the net but could not find anything. I did find on how to call a C++ method but i dont know how to call a method of a c++ class or access a C++ class member variables?? Can you please help me ?? It would be very kind if you can send me a sample code for the same. Thank You meghna
Replies:
|