@FormParam("init") String initString,
@FormParam("code") String code)
throws InterruptedException, REXPMismatchException, IOException
{
SimpleEvaluationObject obj = new SimpleEvaluationObject(code);
obj.started();
RServer server = getEvaluator(shellID);
RConnection con = server.connection;
boolean init = initString != null && initString.equals("true");
String file = windows() ? "rplot.svg" : makeTemp("rplot", ".svg");