Displaying 1 result from an estimated 1 matches for "generalmetadata".
2006 Sep 05
1
Reserve and biobase
...e pops up. Could any onw know how can avoid it.
Best
Saeede
class testReserve {
public static void main(String[] args) {
RServeConnection rsCon = null;
Rconnection c = null;
Process proc = null;
try {
Runtime rt = Runtime.getRuntime();
proc = rt.exec(generalMetaData.rserveDir);
try {
c = new Rconnection();
c.eval("library(grDevices)");
// c.eval("graphics.off()");
c.eval("postscript()");
//load library
c.eval("library(tools)");
System.out.println(" load li...