Re: [Rd] a problem when i use JRI package in java

2008-01-18 Thread Prof Brian Ripley
On Sat, 19 Jan 2008, 文波胡 wrote: I used JRI package in java to connect R ,and want to use R do some work fo me. but most thing is ok, but there is a problem for me The best thing to do is to ask the maintainer, as the posting guide suggests. Very few of us will be using JRI (or even know Ja

[Rd] a problem when i use JRI package in java

2008-01-18 Thread 文波胡
I used JRI package in java to connect R ,and want to use R do some work fo me. but most thing is ok, but there is a problem for me these is some code of the program: re.eval("library(lattice)"); y=re.idleEval("print(1:10)"); y=re.eval("feq <- read.del