Hi,
I would like to use Hibernate 2.1 with jdk1.2.2 but i am getting compile errors.
In Hibernate Compatibility Guide (
http://www.hibernate.org/34.html) it says that "Hibernate requires JDK 1.2 or later (some people have run successfully under 1.1.8)".
I am not using Hibernate with JNDI, however, when I run Hibernate with "jdk1.2.2" I get the following compile error:
Error: cannot access class javax.naming.Referenceable; file javax\naming\Referenceable.class not found
Is Hibernate really compatible with jdk1.2.2? How can I solve this error?
Thanks in advance,
Joao Rangel