Subject Re: [Firebird-Java] JayBird on Android?
Author Roman Rokytskyy
> I have to admit it sounds maybe strange, but since Android actually includes
> java.sql.*, I wondered if
> it is possible to use jaybird on Android?

Never tried, but I guess - no. :) I suspect you would need to compile
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