Pass an array of integers from C to Java with JNI
JoaquinDec 23 2010 — edited Dec 27 2010Hello,
I have a C function that returns a struct me. The fields of this struct are all of type integer. I, with the fields of this structure create an array of integers in C language I would like to pass this array of integers c, in Java using JNI.
How can I make this?