Can BDB be accessed from pure Java?

I am trying to access the mozilla file "cert8.db" which is a BDB database. I know there are bindings for languages, among them Java, but I am trying to create a multiplatform application, so I believe that using a JNI like this will be a problem.

Thanks in advance.

+2


a source to share


1 answer


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



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

+2


a source







All Articles