} catch (IOException e) {
Log.log(e);
}
};
}.start();
RhinoEclipseProcess process = new RhinoEclipseProcess(0, 0);
JSConsoleCommunication comm = new JSConsoleCommunication(unusedPorts[0], process, unusedPorts[1]);
ICallback<Object, Tuple<String, String>> onContentsReceived = new ICallback<Object, Tuple<String, String>>() {
public Object call(Tuple<String, String> arg) {
return null;