Reputation: 1
I am trying to deploy a war in Weblogic 12c and results in the following error:
: java.lang.ClassNotFoundException: Failed to load class org.hibernate.AnnotationException
What could possibly go wrong?
Upvotes: 0
Views: 150
Reputation: 357
Maybe your war file misses some jar file. So check your classpath or .bash_profile. See this for a better explanation.
.bash_profile
Upvotes: 1