Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

[C] work on a matrix in C side (jni)

843829Jul 10 2009 — edited Jul 10 2009
Hi everybody,

I'd like to work in the matrix JCoupling such as:
JNIEXPORT void JNICALL Java_mrui_simulationbch_SimulationBch_computeNMRSpectrum
  (JNIEnv *env, jobject obj,  jobjectArray JCouplings)	
in the java parta it is defined as:
double[][] JCouplings
How can I use that? I'd like to use it in my C code but I have not Jmatrix types...

thank you in advance
Federico

Edited by: federico100mt on Jul 10, 2009 4:15 AM

Edited by: federico100mt on Jul 10, 2009 4:22 AM

Edited by: federico100mt on Jul 10, 2009 4:23 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 7 2009
Added on Jul 10 2009
1 comment
58 views