sqlite/sqlite wrapper compiled natively
Erik Poupaert
erik.poupaert@skynet.be
Mon Apr 19 16:42:00 GMT 2004
On 19 Apr 2004 10:19:00 -0600
Tom Tromey <tromey@redhat.com> wrote:
>>> String[] String.split(String), String String.replaceAll(String,String)
> don't these both rely on java.util.regex? That wasn't checked in
> until fairly recently. It will show up in 3.5.
That's ok. It's not that much work to implement it manually.
(I guess every java user has done that 10 times by now).
They're only needed to use the convenience methods in sqlite.java
(they're nifty, actually). The remainder of sqlite with its java bindings work fine
without them.
Greetings
Erik
More information about the Java
mailing list