ethan.k
1
Hi there,
I am trying to install rJava into QuickStart and I keep running into issues. A quick google search reveals that I should install the JRE and JDK first
According to various SO posts, this command seems to be the key to install rJava
sudo R CMD javareconf
https://datawookie.netlify.com/blog/2018/02/installing-rjava-on-ubuntu/
But I am still seeing the following error after I installed JRE and JDK, and javareconf
cole
2
Interesting! Can you share the output of sudo R CMD javareconf
?
I guess it also depends which version of R you're using... Because R is not on the PATH, if I remember correctly... Probably something like:
sudo /opt/R/3.5.1/bin/R CMD javareconf
ethan.k
3
That takes rJava further in the installation process. But now I see a different error:
ethan.k
4
I solved it using the following:
sudo apt-get install libbz2-dev
https://ubuntuforums.org/showthread.php?t=862295
1 Like
cole
5
Glad to hear!! Well done! I found the exact same answer at the same time
system
Closed
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.