Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created April 14, 2015 01:05
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 btbytes/36c9bafc019ca6b42646 to your computer and use it in GitHub Desktop.
Save btbytes/36c9bafc019ca6b42646 to your computer and use it in GitHub Desktop.
R Notes

To fix the problem -- Library not loaded: @rpath/libjvm.dylib

export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre/lib/server/
open -a Rstudio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment