Subject | Re: [Firebird-Java] JayBird 1.5.5 released |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-12-06T15:49:35Z |
> FYI - we are using Java 1.5.0 - haven't seen any problems yet usingYou can use JayBird for JDK 1.4.x version unless you try connection pooling.
> the current JayBird 1.4.x version - but would rather used a
> definitive 1.5.0 build.
Because of incompatible changes in the javax.naming.* classes by introducing
Hashtable<String,Object> instead of Hashtable it will not work (most likely
VerifyError, or IncompatibleChangeError, or some other error).
Roman