Is it possible to access a BDB from pure Java?

后端 未结 1 850
南笙
南笙 2021-01-07 05:05

I\'m trying to access \"cert8.db\" mozilla file which is a BDB database. I know that there are bindings for languages, Java among them, but I\'m trying to build a multiplatf

相关标签:
1条回答
  • 2021-01-07 05:24

    You don't need full BDB package to read that file. Check out this class,

    http://sam.nipl.net/code/mindterm/com/mindbright/bdb/DBHash.java

    0 讨论(0)
提交回复
热议问题