339340341342343344345346347348349
(sm.getString("standardLoader.type", path)); } // Construct a new class loader instance for our use try { classLoader = new AdaptiveClassLoader(files); } catch (IllegalArgumentException e) { throw new LifecycleException("start: ", e); } }