Community
Participate
Working Groups
TCollector.sendData("HELLO from org.eclipse.tptp.platform.execution plugin".getBytes());
//Wait for the response to arrive
Thread.sleep(2000);
TCollector.releaseAccess();
TCollector.stop();
Thread.sleep(1000);