Joined: Sun Jan 28, 2007 10:45 pm Posts: 3 Location: CA, USA
|
Hi,
I'm trying to compile the application provided in Hibernate tutorial. I encounter following error:
compile:
[javac] Compiling 5 source files to C:\Sharad\Code\Hibernate\bin
[javac] C:\Sharad\Code\Hibernate\src\util\HibernateUtil.java:8: cannot acces
s org.hibernate.SessionFactory
[javac] bad class file: C:\Sharad\Code\Hibernate\lib\hibernate3.jar(org/hibe
rnate/SessionFactory.class)
[javac] class file has wrong version 48.0, should be 47.0
[javac] Please remove or make sure it appears in the correct subdirectory of
the classpath.
[javac] private static final SessionFactory sessionFactory;
[javac] ^
[javac] 1 error
BUILD FAILED
I'm using JDK1.4 and Hibernate 3.2. Could there be anyting I'm doing wrong?
Thanks,
Sharad
_________________ SHARAD KUMAR
|
|