rJava load error in RStudio/R after “upgrading” to OSX Yosemite

前端 未结 18 2072
Happy的楠姐
Happy的楠姐 2020-11-22 04:23

I recently \"upgraded\" from OSX Mountain Lion to Yosemite and from R 3.1.3 to 3.2. Immediately after the upgrade, when I opened R or RStudio I got a pop-up message saying t

18条回答
  •  自闭症患者
    2020-11-22 05:00

    I went through all the troubleshooting I could find, then installed jdk-11.0.1_osx-x64_bin.dmg from: Oracle downloads

    Everything worked perfectly after that.

    Check the version of the library that was not loaded when you run library('rJava') and match it to the java version you need installed.

提交回复
热议问题