Hi,
I can load the xlsx package in R or RStudio, ,but when I can't use it inside KNIME. I've installed the R package xlsx using "install.packages(xlsx)" within R snippet including the dependencies, but when I run "library(xlsx)", I get the error below.
Error : .onAttach failed in attachNamespace() for 'xlsx', details:
call: .jcall("java.lang.System", "S", "getProperty", "java.version")
error: RcallMethod: cannot determine object class
Error: package or namespace load failed for 'xlsx'
How can I load the xlsx package?
Thanks