Subject Re: compiling jaybird driver to target 1.1 JVMs
Author Roman Rokytskyy
Hi,

> After reading about this error, it appears that it should be possible
> to compile Jaybird in the latest JDKS using a "target 1.1" parameter.
>
> Would this be a total waste of my time (i.e. is there so much later
> stuff required that it simply will not work)? If not, could anyone
> point me in the direction of the necessary source code.

I think so. Most likely it will not compile. We are using reflection
in some places, dynamic proxies, etc. You should be able to build
org.firebirdsql.gds.* and org.firebirdsql.jgds.* classes, but not JCA
and JDBC classes. So, even if byte code will be 1.1 compliant, it will
not run in 1.1 JVMs.

Best regards,
Roman Rokytskyy