Re: [R] Error on start R in server

2010-02-09 Thread Martin Morgan
On 02/08/2010 11:05 PM, Jiiindo wrote: > > Thanks for your answer, > I can run it with an application Java normal. In my web-application, when i > need, i start R et calling R function (new REvaluator).eval("1+1") to > calcule an expression "1+1"example. > And output of your code: > > Loading RIn

Re: [R] Error on start R in server

2010-02-08 Thread Jiiindo
Thanks for your answer, I can run it with an application Java normal. In my web-application, when i need, i start R et calling R function (new REvaluator).eval("1+1") to calcule an expression "1+1"example. And output of your code: Loading RInterpreter library Load the Java VM with .JavaInit() R v

Re: [R] Error on start R in server

2010-02-08 Thread Martin Morgan
On 02/08/2010 12:51 AM, Jiiindo wrote: > > Hello all, > (Thank for your reply) > I have a web-application in Apache Tomcat, when i start R in this > application, > I used packe RSJava > Code > ROmegahatInterpreter interp; > String [] rargs = {"--no-save"}; > REvaluator e; > i

[R] Error on start R in server

2010-02-08 Thread Jiiindo
Hello all, (Thank for your reply) I have a web-application in Apache Tomcat, when i start R in this application, I used packe RSJava Code ROmegahatInterpreter interp; String [] rargs = {"--no-save"}; REvaluator e; interp = new ROmegahatInterpreter ( ROmegahatInterpreter.f