-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation fails on JRI configuration (v0.9-10, Ubuntu 18.04, JDK 10, R 3.4.4) #146
Comments
I'm having the same problem on MacOS High Sierra. Have followed the instructions at http://www.owsiak.org/r-java-rjava-and-macos-adventures/ - and several other places - still can't get it to work. |
I have the same issue on openSUSE Tumbleweed with R 3.5.0 and openjdk 10.0.1. Wrongly stated that as a comment to issue 137: |
Thanks, OpenJDK doesn't identify itself as Java so it was not detected as Java 1x version and thus the |
Thanks, works for me now under openSUSE and openjdk 10.0.1, having installed direct from rforge. |
Fixed my issue as well. Thanks! |
hello @edent, I'm also having issues with installing rJava on High Sierra, were you able to get around the issue? |
No, sorry. I gave up and used Ubuntu. |
I'm also still having the same problem on OS High Sierra, have there been any updates to this? |
Hi. I'm working on a fresh Ubuntu 18.04 machine, but I can't get rJava to install. My setup is just:
sudo apt-get install -y default-jre
sudo apt-get install -y default-jdk
java -version
sudo R CMD javareconf
Followed in R by:
install.packages("https://www.rforge.net/rJava/snapshot/rJava_0.9-10.tar.gz", repos=NULL, type='source')
where I'm installing from source to fix the javah issue addressed in the recent patch. This fails to install with the following output:
Here's the output from the
java -version
call:...And finally, my
sessionInfo()
:Thanks for your help.
The text was updated successfully, but these errors were encountered: