JVM
Hi,
We are trying to use JNI to call JAVA from C. Creating the JVM is taking lot of time. Can we have one JVM and shared by all other jobs or processes? Our C program is being called by different jobs. This C calls JAVA. We are wondering, if we can some how create a JVM at the begenning so that whenever a C program needs it, it can pass the JVM pointer to the C. Is this possible?
Thanks,
Satish.

