Re: [R] Java and R help

2005-07-06 Thread Mario de Frutos Dieguez
Mario de Frutos Dieguez escribió: Im doing an aplication in Java and i have a program made in R what i want to launch with Java. I have the following instructions: Runtime r = Runtime.getRuntime(); try { System.out.println (Llamada a R...); p = r.exec(sRutaR

[R] Java and R help

2005-07-05 Thread Mario de Frutos Dieguez
Im doing an aplication in Java and i have a program made in R what i want to launch with Java. I have the following instructions: Runtime r = Runtime.getRuntime(); try { System.out.println (Llamada a R...); p = r.exec(sRutaR); } catch