rjava .jcall issue

天涯浪子 提交于 2019-12-01 05:51:14

I have resolved this issue and the key here is to use the

mailReader =    .jnew("mailReader")

call so that R has access to this class before making a call in the

z = .jcall(mailReader, "S", etc....)  

By default, R has access to the static java methods.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!