Archived

This forum has been archived. Please start a new discussion on GitHub.

Berkeley DB Java version in the ice?

I use berkeley db jar in ice to program a test direct access db, found the environment.opendatabase require 4 parameters,transaction,filename, database name and config.
but I download the berkeley db from oracle, the method only require 3 parameters(no filename).
Why?

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Ice 3.5.1 depends on BerkeleyDB 5.3.21.

    Cheers,
    Benoit.
  • Thanks for your reply.
    I found the reason.I download the BDB version is Oracle pure java edition.The correct version is Berkely DB Edition not the java edition.