Aug 26, 2002 #1 sheila11 Programmer Dec 27, 2000 251 US Hi all, Is it possible to call a method of a class written in C++ from Java ? TIA, Sheila
Aug 26, 2002 #2 wushutwist Programmer Aug 3, 2000 984 US Sure, but you are going to have to use JNI. Check out a tutorial here: http://java.sun.com/docs/books/tutorial/native1.1/ Upvote 0 Downvote
Sure, but you are going to have to use JNI. Check out a tutorial here: http://java.sun.com/docs/books/tutorial/native1.1/