Static verses Non Static method in JNI
843829Mar 17 2006 — edited Mar 18 2006Hi,
I have a piece of code in which C is calling Java and return a value. It works fine as long as the Java method is static.
When it's not static, and I call env->GetMethodID(), verses env->GetStaticMethodID, it does not work and I get some opage exception.
Are there any other differences onre then the GetMethodID()???
Thanks,
-Michael