Posted By:
Chintan_Naik
Posted On:
Saturday, March 22, 2003 01:37 AM
Friends, I want to call Java function from two thread of a single VC++ application. I can call it from single thread but when I call it from another thread also, JNI_CreateJavaVM() gives error and don't load Java VM for that thread.
Please help me........