Top "Rjava" questions

rJava is an interface between R and Java.

Error: package or namespace load failed for ‘rJava’

So I have tried the previously proposed answer to my question. but I am still having the same error message: …

r rjava
R-Project: xlsx package installation failure (due to java issues)

I was trying to install the xlsx package, unfortunately, there is an issue with Java, which I am unable to …

java r xlsx rjava
Unable to install rJava in R 3.0 in Ubuntu 13.04

I am not able to call rJava package in R 3.0. I got the following message Error: package ‘rJava’ was built …

java r ubuntu java-native-interface rjava
Can't install rJava on ubuntu system

I've seen a few posts related to this...but all the suggested solutions ive seen dont seem to work....I …

java r ubuntu rjava
R CMD javareconf not finding jni.h

I'm trying to install rJava in a docker container based on debian (jessie) with Anaconda. As root, I did $ apt-get …

java r rjava
rJava is not picking up the correct Java version

I've been struggling with this problem for a while now. When I install rJava from R, it takes Java 1.6 instead …

r rjava
Why does rJava not work on Ubuntu 14.04 using OpenJDK 7?

Hi I'm having issues with the rJava package from cran. I have installed sudo apt-get install openjdk-7-jdk sudo apt-get …

java r openjdk rjava ubuntu-14.04
Error of java path on loading rJava package

I am trying to load 'rJava' package in my Unix machine. Before loading I have set the path using Sys.…

java r unix rjava
How to set JAVA_HOME and PATH in Windows 10 when loading rJava into R

When loading rJava I get the following error message: Error in get(Info[i, 1], envir = env) : lazy-load database 'C:/Users/…

java r windows xlsx rjava
Issues using xlsx package to insert data from R to excel

I´m trying to create a new excel workbook from R to save a few small datasets using xlsx package. …

r excel xlsx rjava