/**
* Start this plugin
*/
protected void startPlugin() throws PluginException {
try {
final HelpFactory help = new DefaultHelpFactory();
InitialNaming.bind(HelpFactory.NAME, help);
} catch (NamingException ex) {
throw new PluginException("Cannot bind system help", ex);
}
}