Hibernate problem in Eclipse
I installed hibernate tools from JBoss repository
Code:
http://download.jboss.org/jbosstools/updates/stable/galileo/
Eclipse indicate me that Hibernate Tools package is installed, bud when I want to import hibernate to my project, it fails becase there is no such package.
Code:
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.hibernate.Transaction;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
I have all along red crosses, that this kind of packages dont exists. How to import JBoss Hibernate, is there any diferencies??