Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.1
I'm trying to port a webapp from h2 to h3 having jre 1.3.1.
After two days of madness... I've found that hibernate3.jar (both extracted from sourceforge hibernate-3.1.zip and hibernate-3.1.tar.gz) contain at least a class compiled with target setting 1.4 (major: 48 minor: 0). The class I've checked is HibernateException, but I think that for all other classes it's the same.
Maybe I was in error... but minimum requirements for hibernate 3 are JDK 1.3.1, so I supposed that the distributed package is also build against that version. :(
Luckily Hibernate is an OS tool so I can rebuild myself all the package with jdk1.3 ...
Janniz