Linux-ubuntu R Unable to install Rjava module causes and solutions

Source: Internet
Author: User

Error message:

No/usr/lib/jvm/default-java/jre/bin/java.

Reason:

R cannot find Java as a dependency

Solution:

(1) If you do not have Java installed, please install Java first.

(2) View the version of Java in the terminal.

(3) Manually create the Default-java folder under/USR/LIB/JVM

(4) Find the folder of the Java environment displayed in the terminal (default in/USR/LIB/JVM, I have Oraclejava and Openjava, and I use Oraclejava)

(5) Manually copy all contents of the Java Environment folder to the Default-java folder.

Reference code: sudo cp-r/usr/lib/jvm/java-8-oracle/*/usr/lib/jvm/default-java

Remind:

Sometimes Rstudio can not install the module because of lack of authority, it is recommended to install manually under the terminal sudo R.

Linux-ubuntu R Unable to install Rjava module causes and solutions

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.