5455565758596061
System.out.println("Unable to create database: " + dbPath); System.exit(1); } m_txnMgr = new TransactionMgr(); m_offerDb = new OfferDatabaseImpl(db, m_txnMgr); m_typeDb = new TypeDatabaseImpl(db, m_txnMgr); }