Jackcess “NoClassDefFoundError” exception

前端 未结 2 468
心在旅途
心在旅途 2020-12-11 08:55

I am using jackcess for the conncetivity to my access database. But I am following exception

Exception in thread \"main\" java.lang.NoClassDefFoundError: or         


        
2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-11 09:15

    Jackcess has a dependency on Jakarta Commons Lang. You need to make sure that the commons lang and the other dependencies are on your classpath.

提交回复
热议问题