Subject | Re: [Firebird-Java] Jaybird for XP64 |
---|---|
Author | Roman Rokytskyy |
Post date | 2010-04-24T21:45:24Z |
> This may be a stupid question, but I relly can't find any driver for Windows XP64. On http://www.firebirdsql.org/index.php?op=devel&sub=jdbc (which is already 2 years old) I see "The next release, Jaybird 2.2, will contain improved support for XA connections as well as a few other long-awaited features including support for 64-bit platforms. First versions are expected in Q1/2007." but the newest version mentioned there is 2.1.6. With the older driver I get "... jaybird21.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform". Where can I get the newest driver? Thanks, Maaartin.The x64 JNI wrappers are committed to CVS, so you can get them from there.
But do you really need them? The main use case for the JNI wrappers is
using Firebird embedded engine from Java. If you use a regular server,
you can use pure-Java implementation of the wire protocol and forget
about the platform issues - JVM will handle that for you.
Roman