I am trying to go through the tutorial in the reference manual for hibernate 3.2.3. When i try to compile HibernateUtil.java it gives me an error: "package org.hibernate does not exist
import org.hibernate.*;"
I have downloaded hibernate, unziped it, i also did a build so that the hibernate class files would be available. They are located under C:\hibernate\build\classes\org\hibernate. The code i use is from the reference manual.
I am not sure what's going on. I even tried to put the whole path in the import statement but nothing seems to work. Any ideas ?
Thank you.
|