Created
August 10, 2014 16:56
-
-
Save yantonov/7916fcd78363ed97ab6e to your computer and use it in GitHub Desktop.
how to fix rJava problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
R CMD javareconf -e | |
# then | |
# This fixes the LD_LIBRARY_PATH problem for me (Ubuntu Linux 14.04, R version 3.1.1): | |
# Add this line to .profile: | |
export LD_LIBRARY_PATH $JAVA_HOME/jre/lib/amd64:$JAVA_HOME/jre/lib/amd64/server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment