Re: [R] Problem when trying to run Java in R:

2017-10-22 Thread David Winsemius
> On Oct 21, 2017, at 4:35 AM, Morkus via R-help wrote: > > Hello All, > > Although running Java from R used to work, for some mysterious reason, it's > stopped. > > Today when I tried to load a basic JDBC driver (or the sample .jinit()) code, > I got: > > - JavaVM:

Re: [R] Problem when trying to run Java in R:

2017-10-22 Thread Jeff Newmiller
I suggest asking a Mac-OS-specific question like this on the r-sig-mac mailing list. A common problem is attempting to access a 64-bit implementation of Java from a 32-bit version of R, or vice versa, but you may want to include the output of sessionInfo() and a reproducible example (both input

[R] Problem when trying to run Java in R:

2017-10-21 Thread Morkus via R-help
Hello All, Although running Java from R used to work, for some mysterious reason, it's stopped. Today when I tried to load a basic JDBC driver (or the sample .jinit()) code, I got: - JavaVM: requested Java version ((null)) not available. Using Java at "" instead. - JavaVM: Failed to load