Is there any way I can know the name of the class that called a method in JNI C code ? I can obtain a reference to the class using the following statement :
Just invoke getName() on the jclass, also via JNI.
getName()
jclass