> Has anyone successfully used JNI (Java Native Interface) with the Half-Life > SDK? > > Whenever I run my mod with a call to JNI_CreateJavaVM(...), I get the > following error message: Could not load client.dll....even though the > statement never gets executed. If I remove the JNI_CreateJavaVM(...) > statement, the mod runs fine. Very odd.
Nope, never tried this. Where in the code are you trying to create the virtual machine (in DllMain, I'd assume)? Java is EVIL! :) Jeffrey "botman" Broome _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

