Re: [R] Java to R interface

2010-06-21 Thread iammyr
I know this is an old thread but, since the issue posted here has not been solved, if someone is still needing help, I suggest to have a loook at http://www.gisos.de/blog/articles/5/jri-and-eclipse-first-steps -- View this message in context: http://r.789695.n4.nabble.com/Java-to-R-interface-tp8

Re: [R] Java to R interface.

2009-09-25 Thread Cedrick Johnson
You could also try Rserve http://www.rforge.net/Rserve/ -cj vikrant S wrote: I want to call R functions from Java. I read a couple of forums that said to install package rJava in R. However I am not able to install rJava package in linux Ubuntu.I tried with two commands. One is install.packag

Re: [R] Java to R interface

2009-07-23 Thread peterburzhec
I already posted this on another forum I kept having the same problem. Turns out the issue was - I set my pathwrong. Make sure you have both, the path to R.dll and jri.dll in your path CORRECTLY, and make sure that you don't put any spaces inbetween values in the path. madhura wrote: > > The p

Re: [R] Java to R interface

2008-06-09 Thread Dumblauskas, Jerry
So the system path is set. In your props you set the jar (otherwise you will not compile) But, in your class you run with did you pass as a system call the path to jri? In my system I pass it in as such -Djava.library.path=C:\R\R-2.7.0\library\rJava\jri If I remove that I get your error (i

Re: [R] Java to R interface

2008-06-06 Thread madhura
The path to R/bin is in the Windows PATH variable. Yet I get this error. On Jun 6, 10:37 am, "Dumblauskas, Jerry" <[EMAIL PROTECTED] suisse.com> wrote: > Try and make sure that R is in your windows Path variable > > I got your message when I first did this, but when I did the about it > then work

Re: [R] Java to R interface

2008-06-06 Thread Dumblauskas, Jerry
Try and make sure that R is in your windows Path variable I got your message when I first did this, but when I did the about it then worked... == Please access the attached hyperlink for an important electronic communicat

Re: [R] Java to R interface

2008-06-05 Thread Bio7
The native *.dll can't be found for any reason. For a first start simply put the native lib in your Eclipse Java project. If you are developing a plugin or a RCP application a must read is this article: http://www.eclipsezone.com/articles/eclipse-vms/ explaining how to load and place native libs