1

It keeps saying this:

configure: error: Java Development Kit (JDK) is missing or not registered in R

Make sure R is configured with full Java support (including JDK). Run R CMD javareconf as root to add Java support to R.

If you don't have root privileges, run R CMD javareconf -e to set all Java-related variables and then install rJava.

I have follow the link(How to install JDK on Ubuntu (Linux)?) to install JDK and setup the path,but when I try to install rJava , it says this again and again.

Anyone can help me figure out?

Thank you very much and have a nice day!

Community
  • 1
  • 1
  • What "keeps saying this" exactly? Which command? – Marcus Müller Feb 05 '15 at 21:24
  • configure: error: Java Development Kit (JDK) is missing or not registered in R Make sure R is configured with full Java support (including JDK). Run R CMD javareconf as root to add Java support to R. If you don't have root privileges, run R CMD javareconf -e to set all Java-related variables and then install rJava. – Pengcheng Xiao Feb 06 '15 at 00:27
  • Every time I install it shows the configure error showed above – Pengcheng Xiao Feb 06 '15 at 00:28
  • What is the exact output of `R CMD javareconf`? –  Feb 06 '15 at 05:32
  • Problem Solved! Here is the solution link:http://allanino.me/blog/programming/installing-some-r-packages/ – Pengcheng Xiao Feb 07 '15 at 17:30

0 Answers0