multiple C++ files
843829Apr 18 2007 — edited Apr 18 2007Hi,
I've been playing with JNI a bit, and i couldnt find information on the following issue:
I want to run C++ functions from different .cpp files from my java class. I've played around with one .cpp file, and am wondering how to use more. Can I do it through one .cpp file thats been adapted to work with Java, and through it call other c++ files "normally", without changing them, or do i have to write them JNI- style as well?
Hope i made myself clear,
tips appreciated.
Yotam.