Re: [R] an error about JRI

2011-01-04 Thread Prof Brian Ripley
AFAIK JRI is part of rJava (and you installed rJava), which has its own mailing list: plasea use it. (http://rosuda.org/lists.shtml, I believe). There are tricky things with JRI on multi-architecture platforms, so you do need to be sure you are using the right versions (and rJava 0.8-8 is nee

[R] an error about JRI

2011-01-04 Thread ying zhang
Hi everyone, I try to run my R script in Java, thus I installed JRI. and run the example, I am using Eclipse on 64 bits windows 7. part of the example code is as follows: public static void main(String[] args) { System.out.println("Creating Rengine (with arguments)");