Skip to content

using R in a java application

3 messages · Lothar Rubusch, Romain Francois, Dirk Eddelbuettel

#
Dear All, 

I'd like to write a little application in java wich should pass some commands and data to R and displays the results (tables and charts) in a java frame. First I wanted to work with Omegahat's SJava but had lots of issues already at the installation. 

Then I heard some rumors that SJava generally is not a very active project and runs rather buggy (that's true?). So my question is, are there alternatives to use R in a Java application, like other libraries? What would you recommend me? I appreciate any usefull links on that topic: Java and R. 

Thank you in advance,
Lothar Rubusch

_______________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
#
Selon Lothar Rubusch <l.rubusch at web.de>:
Hi,

Give Rserve a shot :
http://stats.math.uni-augsburg.de/Rserve/

Romain
#
On 9 April 2006 at 16:49, francoisromain at free.fr wrote:
| Selon Lothar Rubusch <l.rubusch at web.de>:
| > I'd like to write a little application in java wich should pass some commands
| > and data to R and displays the results (tables and charts) in a java frame.
| > First I wanted to work with Omegahat's SJava but had lots of issues already
| > at the installation.
| >
| > Then I heard some rumors that SJava generally is not a very active project
| > and runs rather buggy (that's true?). So my question is, are there
| > alternatives to use R in a Java application, like other libraries? What would
| > you recommend me? I appreciate any usefull links on that topic: Java and R.
| >
| > Thank you in advance,
| > Lothar Rubusch
| 
| Hi,
| 
| Give Rserve a shot :
| http://stats.math.uni-augsburg.de/Rserve/

Or maybe even rJava, also by Simon, and now on CRAN too.

Dirk