Displaying 1 result from an estimated 1 matches for "testreserve".
Did you mean:
restrserve
2006 Sep 05
1
Reserve and biobase
Hi
I am using Rserve for R2.3.1.
every time after I load Biobase library, a new Graphics window frame 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("...