Posted By:
Arvind_Sharma
Posted On:
Monday, July 7, 2003 10:54 PM
Hi,
If a C++ program is invoking a JVM which is executing a java program
and that java code encounters System.exit(), will it cause only the JVM to
exit or the original C++ process which invoked JVM to terminate.
What happens if a java program is making a JNI call and the invoked C++ code
encounters exit() system call.
Thanks
Arvind