rjava
Problems when trying to load a package in R due to rJava
The reason is probably linked to the fact you are using a 64-bit OS and R version but do not have Java installed with the same architecture. What you have to do is to download Java 64-bit from this page: https://www.java.com/en/download/manual.jsp After that just try to reload the xlsx package. You shouldn’t need to re-start … Read more
rJava load error in RStudio/R after “upgrading” to OSX Yosemite
I had the same problem and went through the same steps as you. The final step to allow starting RStudio through Finder/Spotlight was to link libjvm.dylib to /usr/local/lib: sudo ln -f -s $(/usr/libexec/java_home)/jre/lib/server/libjvm.dylib /usr/local/lib -f flag is added to force overwriting existing file/link
R: rJava package install failing
Wouldn’t apt-get install r-cran-rjava have been easier? You could have asked me at useR! 🙂