from Java. So my application is running fine
> as a normal Java application. However, it fails to run the R program
> when it is running as web service.
>
>
>
> Eric Jiang
>
>
>
>
>
>
>
--
View this message in context:
http://www.nabble.c
Hi Kaustubh,
Thanks for your information. But I am looking for something that can be
use in Java program.
Thanks
Eric
-Original Message-
From: kaustubh shinde [mailto:[EMAIL PROTECTED]
Sent: Monday, 25 June 2007 2:02 p.m.
To: Tomcat Users List
Subject: Re: Java Axis and R
Hi there
Hi there,
Check out CGIwithR package.
http://www.omegahat.org/CGIwithR/
I have been using it for a while. You can execute R scripts and post the
output to using RHTML package
or using simple print.
hope it helps,
Kaustubh
On 6/24/07, Yifan (Eric) Jiang <[EMAIL PROTECTED]> wrote:
Hi all,
I've
Hi all,
I've been asked to develop a Java Axis web service to call R program
(http://www.r-project.org/). There is a Java/R interface
(http://www.rforge.net/rJava/) has been developed and allows to call
methods and access R object from Java. So my application is running fine
as a normal Java ap