String suggestion = useProjectJar
? "Uncheck the 'Use Project testng.jar' option from your Project properties and try again."
: "Make sure you don't have an older version of testng.jar on your class path.";
new ErrorDialog(m_counterComposite.getShell(), "Couldn't launch TestNG",
"Couldn't contact the RemoteTestNG client. " + suggestion,
new StatusInfo(IStatus.ERROR, "Timeout while trying to contact RemoteTestNG."),
IStatus.ERROR).open();
}
// getViewSite().getActionBars().updateActionBars();
}