Berkeley DB required ?

Chris Hegarty chris.hegarty at oracle.com
Wed May 23 13:49:08 PDT 2012


On 23/05/12 21:12, Henri Gomez wrote:
>> It's a new repository (jigsaw/jigsaw/bdb). If you sh get_source.sh in the
>> top-level repo then it should clone it for you.
>
> Hey, good to know, I didn't see it.

Given that BDB is bundled with some distros we support building and 
running against the system installed BDB, and that's the defacto when 
the bdb repo is not in your environment. Some of us still use the forest 
extension ;^) and an fpull will sync bdb even if not initially cloned.

> So BDB could then be redistributed bundled in Jigsaw ?

We included a small footprint implementation of Berkeley DB, called 
Restricted Data Store (RDS). It is a minimal build of Berkeley DB that 
supports only b-tree access, and provides a simple Java interface to 
support the functionality required by the runtime (Jigsaw will also use 
the native interface).

-Chris.



More information about the jigsaw-dev mailing list