Here is Jaybird download page : http://www.firebirdsql.org/en/jdbc-driver/
it include a shared library ( libjaybird22.so ).
here is checked result with "file" command in Linux (ARM machine) /usr/share/java/JayBird-2.2.10/libjaybird22.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=0x487ab75a908c792dd288322b0a0e088870ca8cb8, not stripped
This is ELF 32-bit binary. Then, To use Jaybird in ARM is not possible. I tried. but it make error message.
Where is libjaybird22 source code ? or binary ? I want to compile it on my ARM.