Re: <strong>Calling existing C code from Java using JNI</strong>
Posted By:
Otto_Fowler
Posted On:
Monday, July 22, 2002 03:22 AM
If the program in question uses dll for services, you and create as second dll, which would be JNI call, that would "wrap" the first, leaving the program unchanged.