This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: sqlite/sqlite wrapper compiled natively


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]