Java NoClassDefFound Error

后端 未结 4 1730
不知归路
不知归路 2020-12-31 14:43

I am trying to run a basic Hibernate program. When I run it, I am getting the below error

java.lang.NoClassDefFoundError: org/jboss/logging/BasicLogge

4条回答
  •  清酒与你
    2020-12-31 15:07

    If those files already exist, try adding them to your Java Build Path. You can use this as reference: Java Build Path

提交回复
热议问题