Is it possible to access a BDB from pure Java?

柔情痞子 提交于 2019-11-30 19:09:53

问题


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 multiplatform app so I think that using JNI such as this one would be a problem.

Thanks in advance.


回答1:


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



来源:https://stackoverflow.com/questions/2873581/is-it-possible-to-access-a-bdb-from-pure-java

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!