Re: [R] age old problem with rJava

2016-10-27 Thread Jeff Newmiller
The very act of using sudo for this kind of activity creates files that you can only access by using sudo (bad permissions), thereby perpetuating your difficulties. You should be able to limit yourself to only using sudo for installing OS packages (apt-get) which is designed to yield appropriate

[R] age old problem with rJava

2016-10-27 Thread Jim Maas
I've installed oracle java 8, at least think I have and tried many things but still getting this error. For some reason if I run R as sudo, then the library rJava loads just fine, but not as user. Any suggestions most welcome. Ubuntu 16.04 linux, R 3.3.1 64-bit Thanks J > library(rJava) Erro