I am running a program on eclipse and I keep getting this error:
Unable to initialize main class com.logic.AddProduct Caused by: java.lang.NoClassDefFoundError: org/hibernate/Session
Any explainations?
I am running a program on eclipse and I keep getting this error:
Unable to initialize main class com.logic.AddProduct Caused by: java.lang.NoClassDefFoundError: org/hibernate/Session
Any explainations?
Hibernate JAR (hibernate-core i suppose) or onr of its dependencies is probably not in your runtime classpath.