Need to return an array of struct in c from jni to java (as Object array) - CodeProject
Free source code and tutorials for Software developers and Architects.; Updated: 12 Feb 2013 ... I have to return a array of structure values from c++ (jni) to java. I have the c++ struture as follows MyCStructure { byte *Data; int dataLength; int width; ...