Browse .jdb output?

Go To StackoverFlow.com

3

I am running crawler4j and the output is to the directory /frontier/. The files in this directory are

  • 00000000.jdb
  • je.info.0
  • je.info.lck
  • je.lck

the .jdb file is the only one with data the other three files have zero bytes. I am not sure what to do with this data. The java program captures the data I wanted but now I am not sure how to browse the data that i've retrieved. (I'm on a Mac so anything that is cross-platform or for OSX is preferable)

2012-04-03 22:48
by KDEx


0

I looked at the source for crawler4j, and it looks like it is using Berkeley DB. Please search StackOverflow for details on how to access these files.

2012-07-11 18:44
by Sualeh Fatehi
Ads