I have been able to start a rapid miner process using java code.
But, how can i see the example set on output window of netbeans.
IOContainer ioResult = process.run();
IOObject result = ioResult.getElementAt(5);
System.out.println(result);
this code yields no output.
Thanks