Hi,
we're doing this payroll program using hibernate and gwt in eclipse 3.1 and having these errors:
[exec] [ERROR] Errors in 'C:\opt\omega-payroll-1.3\src\com\omega\payroll\client\util\HibernateUtil.java' [exec] [ERROR] Line 3: The import org cannot be resolved [exec] [ERROR] Line 4: The import org cannot be resolved [exec] [ERROR] Line 9: SessionFactory cannot be resolved to a type [exec] [ERROR] Line 14: sessionFactory cannot be resolved [exec] [ERROR] Line 14: Configuration cannot be resolved to a type [exec] [ERROR] Line 18: ExceptionInInitializerError cannot be resolved to a type [exec] [ERROR] Line 23: SessionFactory cannot be resolved to a type [exec] [ERROR] Line 24: sessionFactory cannot be resolved
i'm very new to java, how could this be resolved? i've been looking anywher and still cant avoid these errors, pls help.
|