Top "Rjava" questions

rJava is an interface between R and Java.

Using the rJava package on Win7 64 bit with R

I'm trying to install rJava on a computer with Win 7 64 bit. When I run install.packages("rJava") everything seems to …

r rjava
Problems when trying to load a package in R due to rJava

When I type require(xlsx) in order to load the package xlsx in R, the following messages is shown: > …

r rjava r-xlsx
R: rJava package install failing

When installing rJava using the install.packages("rJava") command I get the following error: checking Java support in R... present: …

r rjava
R - Error : .onLoad failed in loadNamespace() for 'rJava'

While loading rJava package, I receive this error: Error : .onLoad failed in loadNamespace() for 'rJava', details: call: inDL(x, as.…

r rjava
Unable to load rJava on R

I wish to load rJava in R x64 3.1.2. OS- Windows 8.1 64 bit Though installation seems to work fine: > install.packages("…

r rjava
rJava install error "JAVA_HOME cannot be determined from the Registry"

I am trying to load the rJava using the command: library(rJava) But I get the following error: Error : .onLoad …

java r error-handling rjava
rJava load error in RStudio/R after "upgrading" to OSX Yosemite

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 …

java r rstudio rjava macos-high-sierra
Cannot install library(xlsx) in R and look for an alternative

I use R version 3.0.3. I was not able to install library(xlsx). Error message: Loading required package: rJava Error : .onLoad …

r xlsx rjava
libjvm.so: cannot open shared object file: No such file or directory

Trying to install the rJava package on R, on my 14.10 ubuntu, using this code if (!require(rJava)) install.packages('rJava') …

java r ubuntu rjava ubuntu-14.10
Installation of rJava

I've tried to solve this using the previous questions/answers on SO but without any success. So, here's my problem. …

r rjava