How to use a jobject array ? (Jni)(如何使用作业数组?(杰尼))
问题描述
In fact, I call a c++ function :
JNIEXPORT void JNICALL Java_test_main_JniFunctions_testObject (JNIEnv *env, jobject obj, jobjectArray objArray){....}
And what I'd like to do, is get back the original object's values. Considering the java code declaration for this object :
In exemple, get the value from the third row in the second column.
Anybody's got an idea on how to do it ??
这篇关于如何使用作业数组?(杰尼)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!