171172173174175176177178
public void start(BundleContext ctx) throws Exception { this.ctx = ctx; loadConfig(); loadLanguage(); configGui = new RdioConfigPanel(this); registerServices(ctx); }