Close
jGuru Forums
Posted By: mukesh_bhageria Posted On: Tuesday, July 31, 2001 02:16 AM
Is JNI network aware , i.e can I call a native method at different machine form java application .
Re: Is JNI network aware ?
Posted By: Alexander_Krapf Posted On: Wednesday, August 1, 2001 02:38 PM
No, JNI is purely an in-process API. You can call native networking methods though once you're on the C/C++ side.
Alex