Posted By:
hansoo_lee
Posted On:
Tuesday, December 4, 2001 05:59 PM
I'm developing a ISAPI Filter DLL which creates a Java VM. In the DllMain() function i create the java vm.
the problem is that JNI_CreateJavaVM hangs. i get the "before" debug message, but not the "after" message.
running the same code as stand-alone app it runs fine.
i'm using jdk1.3, vc++ 6.0, iis 5.0, win2k.