java.lang.NoClassDefFoundError: org/hibernate/cfg/Configuration

hi
the following line of code through exception
SessionFactory factory = new Configuration().configure(“hiberate.cgg.xml”).addAnnotatedClass(Student.class) .buildSessionFactory();