View .jdb output?

I am running crawler4j and the output is to a directory /frontier/

. Files in this directory

  • 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'm not sure what to do with this data. The java program is grabbing the data I wanted, but now I am not sure how to view the data I received. (I am on a Mac, so anything cross platform or OSX is preferred)

+3


source to share


1 answer


I looked at the source for crawler4j and it looks like it uses Berkeley DB. Please search StackOverflow for information on how to access these files.



0


source







All Articles