java.lang.ClassNotFoundException: org.dom4j.DocumentException

后端 未结 2 924
清酒与你
清酒与你 2021-01-23 08:41

I made some code to learn hibernate. It is throwing the error below. How do I find out what the problem is and fix it ? dom4j sounds like an XML problem. hibernate.cfg.xml is th

相关标签:
2条回答
  • 2021-01-23 08:55

    Add dom4j.jar is in the lib of the project.

    0 讨论(0)
  • Make sure dom4j.jar is in the classpath.

    What you are saying by 2more.

    When you see '...2 more', that means that the remaining lines of the 'caused by' exception are identical to the remaining lines from that point on of the parent exception.

    0 讨论(0)
提交回复
热议问题