Posted By:
R_raj
Posted On:
Thursday, May 17, 2007 07:51 AM
how can i retrieve jObjectArray into double** my c || c++ iam passing a function from java as myfun(double[][] a,double b[][],double c[],int p) the JNI call like this java_myclas_myfun(JNIENV *env,jobject b,jObjectArry ,jObjectArray b,jDoubleArray c,jint p) here the problem is (in C||C++ native defination) retrieving the a,b in to primitive type double**.. it is giving error like this u con't intialize classobject to primitive type... i need the solution for this. Thanks in Advance....
More>>
how can i retrieve jObjectArray into double** my c || c++
iam passing a function from java as
myfun(double[][] a,double b[][],double c[],int p)
the JNI call
like this
java_myclas_myfun(JNIENV *env,jobject b,jObjectArry ,jObjectArray b,jDoubleArray c,jint p)
here the problem is (in C||C++ native defination) retrieving the a,b in to primitive type double**..
it is giving error like this u con't intialize classobject to primitive type...
i need the solution for this.
Thanks in Advance....
<<Less