Closed p-wegmueller closed 1 year ago
Is rJava
working?
library(rJava)
.jinit()
.jcall("java/lang/System", "S", "getProperty", "java.runtime.version")
You got me, I get the bomb as well. I guess it fails due to security reasons on my corporate laptop
Maybe try with a portable version of Java? see for example here: https://github.com/jdemetra/rjdemetra/wiki/Installation-manual
There is a bug in rstudio with any java-based packages. Use either R-Studio 4.1. or R-Studio R-studio 4.3.
Thanks for the helpful comments, I will do as recommended.
I use R version 4.2.0 (2022-04-22 ucrt) -- "Vigorous Calisthenics" and installed RJDemetra 0.2.4.
When runninng library(RJDemetra), I get the bomb in RStudio. Any clues what could be going on?