UnsatisfiedLinkError with sqlite4java Jar on Mac OS X NetBeans

前端 未结 4 1987
悲哀的现实
悲哀的现实 2020-12-11 08:49

I am getting experiencing a similar problem to this question:

UnsatisfiedLinkError with sqlite4java Jar on Mac OS X

However, I am running on a Mac, and I hav

4条回答
  •  借酒劲吻你
    2020-12-11 09:30

    I had the same problem, but managed to get it to load sqlite by creating the libs folder from the IDE and then copying the jar into the new libs folder. Then I removed the old version of the jar from the build path and added in the new one. Hope this helps!

提交回复
热议问题