// JDI classes found on path, go ahead and create
// the debug tab.
return new DebugTab();
} catch(ClassNotFoundException ncdfe) {
logger.warning("Class com.sun.jdi.Bootstrap not found. Probably due to the fact that JDI library (tools.jar) is not on classpath. In order to have debugging support, please correct this and restart reJ.");
return new NoDebugTab();
}
}