使用rjava导入包

时间:2015-09-14 08:15:45

标签: import packages rjava

我正在使用rjava包并从类中调用函数,但该类需要导入其他类。

例如:

  test=J("com.abc.commons.entity.olap.viewer/OlapLayout")
  d <- new( test )
  d$addDimensionFilter("Promotion Name", "Promotion_Name", "STARTSWITHIGNORECASE", "s")

没有抛出错误,因为OlapLayout函数需要导入其他类,如:

com.abc.commons.entity.olap.common/cube
com.abc.commons.entity.olap.viewer/dimension

怎么可以这样做? 感谢

0 个答案:

没有答案