configProps.put(FELIX_FILEINSTALL_DIR, autoLoadDir);
}
try {
// (8) Create an instance and initialize the framework.
FrameworkFactory factory = getFrameworkFactory();
m_fwk = factory.newFramework( configProps );
m_fwk.init();
// (9) Use the system bundle context to process the auto-deploy
// and auto-install/auto-start properties.
AutoProcessor.process( configProps, m_fwk.getBundleContext() );