Skip to content

Instantly share code, notes, and snippets.

@yantonov
Created August 10, 2014 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yantonov/7916fcd78363ed97ab6e to your computer and use it in GitHub Desktop.
Save yantonov/7916fcd78363ed97ab6e to your computer and use it in GitHub Desktop.
how to fix rJava problem
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