比方说 我需要调用java.util.Date class中的toString方法.本地Cpp中,获取到jmethodID后
jEnv 指针调用什么函数?  CallObjectMehtod?  这样的话 返回Object类型,如何转换成jstring 或者 char * ?
 还是有其他函数?