Posted By:
isabelle_lecomte
Posted On:
Wednesday, November 13, 2002 12:51 PM
Hi
I'm dealing with C functions that used multidimentional arrays like tab[10][200]
I don't know how to get them from my JAVA code using
-
GetObjectArrayElement(JNIEnv *env, jobjectArray array, jsize index)
- GetIntArrayRegion(JNIEnv *env, jobjectArray array, start, lenght ...)
I seems that it is working only with one dimentional arrays ?
Am I right ?
Does anybody knows how to do with multidimentional ?
Thank you !