instantiateLoader();
/* Initialize and start the loader. */
loader.setCache(cache);
BdbjeCacheLoaderConfig config = new BdbjeCacheLoaderConfig();
config.setLocation(configStr);
loader.setConfig(config);
loader.create();
loader.start();
/* Verify the database name by trying to open it. */