N
Naresh Agarwal
Hi
I've a Tomcat running on linux/solaris. Now I've a C++ application,
which loads libjvm.so dynamically (using dlopen), call
"JNI_CreateJavaVM" and then call some Java classes.
Is the JVM loaded in this application linked with other Tomcat Java
process in any way?
In general if I load JVM in a process, will this process be related to
other Java processes in any manner?
thanks,
Naresh
I've a Tomcat running on linux/solaris. Now I've a C++ application,
which loads libjvm.so dynamically (using dlopen), call
"JNI_CreateJavaVM" and then call some Java classes.
Is the JVM loaded in this application linked with other Tomcat Java
process in any way?
In general if I load JVM in a process, will this process be related to
other Java processes in any manner?
thanks,
Naresh