Re: [R] R and Java 10 ➜ rJava not able to build

2018-04-01 Thread Luis Puerto
Thanks Peter! Yeah, I don’t think we users can fix this issue. Let’s wait for a fix from rJava team. Luis. > On 31 Mar 2018, at 17:03, peter dalgaard wrote: > > Don't waste too much time on this. It is due to a change introduced in Java > 10 at short notice. I believe

Re: [R] R and Java 10 ➜ rJava not able to build

2018-04-01 Thread Luis Puerto
Hi John! Java was installed with Homebrew Cask as a user, if my memory doesn’t fail me. Thanks a lot for your help! Let’s see how the problem evolves. > On 31 Mar 2018, at 11:22, John wrote: > > On Tue, 27 Mar 2018 22:25:33 +0300 > Luis Puerto

Re: [R] R and Java 10 ➜ rJava not able to build

2018-03-31 Thread peter dalgaard
Don't waste too much time on this. It is due to a change introduced in Java 10 at short notice. I believe the rJava maintainers are working on a fix/workaround. -pd > On 31 Mar 2018, at 10:22 , John wrote: > > On Tue, 27 Mar 2018 22:25:33 +0300 > Luis Puerto

Re: [R] R and Java 10 ➜ rJava not able to build

2018-03-31 Thread John
On Tue, 27 Mar 2018 22:25:33 +0300 Luis Puerto wrote: I don't run a Mac so this may not help. Did you install java 10 as user or as root? Using linux, applications installed as user will be inserted into your user space under /home/. As root the application will

Re: [R] R and Java 10 ➜ rJava not able to build

2018-03-28 Thread Luis Puerto
Hi Ista! Thanks a lot for your support!! It puzzles me because it’s the first time that something like this happens to me. I’m aware that root and user don’t have the same environmental variables here. However, I don’t know why root chooses Java 9 and my user chooses Java 10. Isn’t Java 10

Re: [R] R and Java 10 ➜ rJava not able to build

2018-03-28 Thread Ista Zahn
On Wed, Mar 28, 2018 at 3:56 AM, Luis Puerto wrote: > Hi Jeff!! > > I really don’t know if running R CMD javareconf with sudo has posed a problem > here, now or in the past. What I know is sometimes it’s the only way to > really config it, if I don’t run with sudo, in

Re: [R] R and Java 10 ➜ rJava not able to build

2018-03-28 Thread Ista Zahn
On Tue, Mar 27, 2018 at 9:39 PM, Jeff Newmiller wrote: > I am not a Mac user, but I do use Linux and I would recommend not running R > with sudo unless you are an admin ninja. That defensive practice would render > the answer to your question moot. I don't think this

Re: [R] R and Java 10 ➜ rJava not able to build

2018-03-28 Thread Luis Puerto
Hi Jeff!! I really don’t know if running R CMD javareconf with sudo has posed a problem here, now or in the past. What I know is sometimes it’s the only way to really config it, if I don’t run with sudo, in the end it asks me if I want to overwrite the configuration from root override

Re: [R] R and Java 10 ➜ rJava not able to build

2018-03-27 Thread Jeff Newmiller
I am not a Mac user, but I do use Linux and I would recommend not running R with sudo unless you are an admin ninja. That defensive practice would render the answer to your question moot. It is possible that your problem may have started with inappropriate use of sudo in configuring java, but

Re: [R] R and Java

2010-08-20 Thread Romain Francois
Le 20/08/10 17:56, Allan Freitas a écrit : Hi folks, Maybe that is not the best place to ask, No it is not, this is: http://mailman.rz.uni-augsburg.de/mailman/listinfo/stats-rosuda-devel but I 'd like some of you could help me... I'm using jri to run R commands under Java, by its