Close
jGuru Forums
Posted By: Modar_Nakshbandi Posted On: Sunday, October 20, 2002 11:21 AM
Hi i'm using an applet under IE 6 from this applet i'm calling native dll's, from one of these DLL's i want to call a static method in JAVA (GetStaticMethodID...) everything fails from the begining when i try to FindClass(env,"class name") the JNIEnv variable is passed through parameters (From Java) note : it's all working fine when i call FindClass(..,..) from a native application wich loads java vm but when i transfer the code to the explorer it fails hope that someone has the answer ..........
Re: JNI call From IE 6
Posted By: Gautam_Marwaha Posted On: Monday, October 21, 2002 03:31 AM