Posted By:
sundar_r
Posted On:
Saturday, July 1, 2006 01:18 AM
In a J2EE application, I am trying to call a DLL using JNI.
I would like to know how the call is being handled from a VM perspective. Does a new VM gets created for the JNI to call the DLL?
My understanding of the flow is as follows:
Application Java program > JNI > .1. > DLL > ..
I would like to know what happens at 1?