Re: [R] rjava does not install

2011-02-14 Thread Mike Marchywka
sn't clear what this thing finds. if you do something like "which -a java" and "which -a javac" you may see some issues. Date: Mon, 14 Feb 2011 11:33:49 +0200 From: orvaq...@gmail.com To: rip...@stats.ox.ac.uk CC: r-help@r-pro

Re: [R] rjava does not install

2011-02-14 Thread Orvalho Augusto
Sorry for this delay. I have installed rjava on Fedora, CentOS and Debians. The secret is to install java and configure de java variables. The easiest way for R is: R CMD javareconf It will detect your java envoriment and preconfigure R for you. Then run: R CMD INSTALL rJava etc as you did. Ca

Re: [R] rjava does not install

2011-02-07 Thread Prof Brian Ripley
This isn't the right place (rJava has its own support lists), but - that is not the Java package installed on any version of Fedora I have seen, and you might want to try the native openjdk version. - the JAVA_HOME used by the build is not what you show, as it is looking in /opt/jre1.6.0_22/i

[R] rjava does not install

2011-02-07 Thread servet cizmeli
I am on a fedora server on which I am not root privileges. I am trying to locally install rJava... Here are my steps : $uname -a Linux 2.6.18-194.17.4.el5 #1 SMP Mon Oct 25 15:50:53 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux $ java -version java version "1.6.0_22" Java(TM) SE Runtime Environment