Joined: Mon Sep 11, 2006 5:18 am Posts: 4 Location: Bolzano (BZ), Italy
|
Hello,
I am new to Hibernate and following the Hibernate Reference. Up to HibernateUtil.java everything is fine, I compile with ant and build succeeds. After I place HibernateUtil.java where it should go and try to build again, I get compile errors. Import statements can't be resolved:
HibernateUtil.java:2: package org.hibernate does not exist
HibernateUtil.java:3: package org.hibernate.cfg does not exist
Successively, the compiler can't resolve symbols related to those packages.
I appreciate for help.
|
|