The other big problem is the lack of the java.sql package. Any ideas how hard it would be to port? I'm a win/c#/c++ developer and new to java etc...
On Feb 9, 2010 7:24 AM, "Jeffrey Krzysztow" <[email protected]> wrote: On Mon, Feb 8, 2010 at 5:15 PM, Thomas Mueller <[email protected]> wrote: > > Hi, > > > I'm looking to use H2 on a blackberry, but it has no support for the > > JDBC and no j... The current API (5.0 beta) can be found here http://www.blackberry.com/developers/docs/5.0.0api/index.html. You may wish to target 4.5 which can be found here http://www.blackberry.com/developers/docs/4.5.0api/index.html as this runs more phones. The Blackberry is J2Me (or whatever they refer to the Micro edition as now) and it does NOT support java.io.RandomAccessFile. It would be great to support the Blackberry (or other J2Me phones) and Android as well! Jeffrey -- You received this message because you are subscribed to the Google Groups "H2 Database" group.... -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
