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
Here what worked for me on MAC:
in your ~/.profile or ~/.bashrc add this line:
%export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_102.jdk/Contents/Home
1.1 % source .profile (or % source .bashrc)
% sudo ln -s $(/usr/libexec/java_home)/jre/lib/server/libjvm.dylib /usr/local/libremove.packages(rJava)remove.packages(Rweka)%sudo R CMD javareconfinstall.packages("rJava", dependencies = TRUE, type = "source")install.packages("rJava", dependencies = TRUE, type = "source")library("rJava", "RWeka")Best of luck.