Posted By:
Anitha_Jayaram
Posted On:
Tuesday, September 4, 2001 12:16 AM
I have an existing C++ code which throws an exception. I need to write a Java application which interacts with this C++ code and handle the exception that the C++ code throws. How do i do this using JNI.