I am using JNI to call my C ++ function from Java. One of the arguments to the C ++ function is jobject thiz (as far as I know, all native JNI functions have this argument). This function takes a lot of time, and I want to report the progress back to the jobject thiz Java object so that I can show the progress to the user. How can I call jobject methods from C ++?
java c ++ android-ndk jni
fhucho Apr 11 '10 at 14:18 2010-04-11 14:18
source share