Subject | Re: [Firebird-Java] JayBird on Android? |
---|---|
Author | Roman Rokytskyy |
Post date | 2009-11-02T10:38:44Z |
> I have to admit it sounds maybe strange, but since Android actually includesNever tried, but I guess - no. :) I suspect you would need to compile
> java.sql.*, I wondered if
> it is possible to use jaybird on Android?
the driver for Android, since we need also some javax.sql.* and
javax.resource.* classes to run. Also we depend in some places on some
third-party libs, not sure that it will work for Android as well...
On the other hand, I think that it is quite easy to strip from Jaybird
everything that is not needed on Android and create appropriate fork.
That is better way, I think.
Roman