I am trying to run a Java file that the Hibernate Tutorial states is HibernateUtil.j ava. I get a compile error for the imports:
package org.hibernate does not exist
package org.hibernate.c fg does not exist
What is up with that???
package org.hibernate does not exist
package org.hibernate.c fg does not exist
What is up with that???
Comment