Returning char array from java to C - JNI

Posted by Malik on Stack Overflow See other posts from Stack Overflow or by Malik
Published on 2009-08-04T13:38:23Z Indexed on 2010/05/12 14:04 UTC
Read the original article Hit count: 149

Filed under:
|
|

I have a object store in Java. My C program stores data (in form of char array) in java. Now I wish to retrieve data from my store. I cannot find any function call that returns me an char array. How can I do this?

© Stack Overflow or respective owner

Related posts about jni

Related posts about java