I am trying to read a generated database (*.jdb) file.
For creating a new database I use:
storeConfig_ = new StoreConfig();
storeConfig_.setAllowCreate(true);
What StoreConfig parameters must I pass in to read an already existing *.jdb file?
Then you can access the database using the index.