Signed Applet - JNI problem
hi all
i have written one Signed applet which is making some JNI calls. Everything is going fine and I am able to make calls. But problem comes when i am trying to call my java class methods from c++ jni methods.
I am calling static method using:
jmethodID mid = g_pEnv->GetStaticMethodID (cls,"onCallback","(ILjava/lang/String;)V");
and it returns mid = 0;
Can anybody help me?
Thanks in advance.
Ashish

