如何操纵JNI之JObject

get   string   member   from   your   class  
  const   char   *strdata;  
  strdata   =   (*env)->GetStringUTFChars(env,    
            (jstring)((*env)->GetObjectField(env,in_request,   jfid)),NULL);  
   
  SetObjectField()   may   help   you   set   the   string   member   of   the   class.  
  additional   keywords:   GetFieldID

你可能感兴趣的:(String,jni,null,Class)