Retruning float array from jni function

Will you please help me to in -How to get an array of float values from a C fucntion using JNI ?Is there any limit to pass an array length to pass the float or int values to C function of uisng JNI?
[219 byte] By [RKBhata] at [2007-10-2 23:41:29]
# 1
Hi, allI found the way to get the float array from JNI C- function. I could not get as return values, instead the passed array of Float, is updated in the C function. So if need return values, have to pass one extra array, in which the C function will write the data.
RKBhata at 2007-7-14 16:24:57 > top of Java-index,Java HotSpot Virtual Machine,Specifications...