I want to use the R functionalities in my Java program. I found the Rserve that appear to suite my requirements but I'm facing some configuration problems. I' following the web page tutorial (http://stats.math.uni-augsburg.de/Rserve/doc.shtml) but I face the above problem: C:\Program Files\R\rw2010\bin>R CMD RSERVE Can't open perl script "C:\PROGRA~1\R\rw2010/bin/RSERVE": No such file or directory Thanks in advance, Joel Arrais, joelarrais at gmail.com
RServe initialization problem
3 messages · joelarrais, Brian Ripley, Simon Urbanek
On Mon, 29 Aug 2005, joelarrais wrote:
I want to use the R functionalities in my Java program. I found the Rserve that appear to suite my requirements but I'm facing some configuration problems. I' following the web page tutorial (http://stats.math.uni-augsburg.de/Rserve/doc.shtml) but I face the above problem: C:\Program Files\R\rw2010\bin>R CMD RSERVE Can't open perl script "C:\PROGRA~1\R\rw2010/bin/RSERVE": No such file or directory
Right. RServe is not part of R: you need to install it. BTW, as the posting guide says, the first thing to so is to update your R: 2.1.0 is not current.
Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
On Aug 29, 2005, at 6:04 AM, joelarrais wrote:
I want to use the R functionalities in my Java program. I found the Rserve that appear to suite my requirements but I'm facing some configuration problems. I' following the web page tutorial (http://stats.math.uni-augsburg.de/Rserve/doc.shtml) but I face the above problem: C:\Program Files\R\rw2010\bin>R CMD RSERVE Can't open perl script "C:\PROGRA~1\R\rw2010/bin/RSERVE": No such file or directory
I'm not quite sure why this e-mail was also sent to the R-devel, please see the posting guide! Also a closer look at the documentation you mention would reveal that it strictly distinguishes between unix and Windows systems - on the latter you have to run the Rserve.exe application instead of using R CMD xxx. Cheers, Simon