Posted By:
Laurent_Mihalkovic
Posted On:
Sunday, October 27, 2002 01:05 PM
The purpose of JNI is to provide INTEGRATION between existing C/C++ code and Java. As such, you do not have to modify your 'legacy' code, however, you may have to write a specific plumbing layer.
cheers