jstring vs ANSI string

HelloHow can I convert an jstring to ANSI C string?I first take the jstring, second I use the function GetStringUTFChars anf finally i have string strc7 ('Hola mundo'); but it dont workPlease help meThank
[241 byte] By [neronjoseyanesa] at [2007-10-2 5:58:01]
# 1
You can refer to the following document for more details: http://java.sun.com/docs/books/jni/html/objtypes.html
bidzhaoa at 2007-7-16 2:06:58 > top of Java-index,Java HotSpot Virtual Machine,Specifications...