Re: [R] Specifying Java runtime path

2018-09-02 Thread Jiayue Wang
Thanks Jeff, for the patience to answer my newbie question, now I know which way to look. Sasha On 09/02/2018 12:29 AM, Jeff Newmiller wrote: Wouldn't that be the usual way... by exporting environment variables? You can cobble together the right settings using Sys.setenv(), but this kind of t

Re: [R] Specifying Java runtime path

2018-09-01 Thread Jeff Newmiller
Wouldn't that be the usual way... by exporting environment variables? You can cobble together the right settings using Sys.setenv(), but this kind of thing is best handled in your user-level OS configuration (~/.profile?) and this is not the right place to learn about how to muck with your OS.

[R] Specifying Java runtime path

2018-08-31 Thread Jiayue Wang
My Java interpreter etc. are not in the "standard" paths (I use Oracle JDK, which was installed in /opt) so I keep getting error messages when I tried to install packages that depend on rJava. How should Java runtime specs be specified? Thanks Sasha __