我正在使用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
怎么可以这样做? 感谢