[Libreoffice] Deleting Java from Base
Caolán McNamara
caolanm at redhat.com
Fri Dec 3 02:48:09 PST 2010
On Fri, 2010-12-03 at 10:28 +0000, Wols Lists wrote:
> Where do I start :-)
>
> Seeing as Base is where I want to work, this seems an obvious thing to
> do. I'm guessing that building without Java, then running some tests
> (smoketest? what?) and seeing what breaks is a good idea.
I think the typical thoughts around this are to either change the
default backend for base to be sqlite instead of hsqldb (which is where
the java dependency comes in) or come up with a new backend written in
C++ which can manipulate existing hsqldb format databases.
If you dig around for "sqlite-sdbc-driver" or something like that you
should find various examples at dba.openoffice.org of various backends
to play with and get a feel for what needs to be implemented in one.
C.
More information about the LibreOffice
mailing list