dataDirectory);
Thread thread = Thread.currentThread();
thread.setContextClassLoader(system.getClassLoader());
LibraryLoader libLoader = new LibraryLoader();
libLoader.setPath(rootDirectory.lookup("lib"));
libLoader.init();
Config config = new Config();
BootResinConfig bootManager = new BootResinConfig(system, _args);
ResinELContext elContext = _args.getELContext();