I am trying to notify my Java method some integer value through my C++
program. I already have a JVM running. So i am not creating a new VM.
I am calling
jvm->AttachCurrentThread((void**)&env, NULL);
...
find class, find method, create object instance and then call
env->CallVoidMethod(o
Hi all, I am wondering is there a maximum number of thread that a JVM can
creates? Is it related to the kernel? What about on other platform like
Solaris and Windows?
Thanks.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with