166167168169170171172173
*/ public PEMain() { // Set the context class loader _loader = getClass().getClassLoader(); Thread.currentThread().setContextClassLoader(_loader); AdminEventListenerRegistry.addShutdownEventListener(new Shutdown()); _instance = this; }