无法解决错误([-93] 无法加载库:java.lang.UnsatisfiedLinkError:)
当我尝试打开时,我尝试在我的 java 应用程序中使用 SQLite4Java 库数据库我收到以下错误:
[-93] 无法加载库: java.lang.UnsatisfiedLinkError: 否 sqlite4java-win32-x86 中 java.library.path
我试图确保正确引用该库:
库管理器
项目资源管理器
导入语句
我不使用额外的Java 中的库经常出现,这是我第一次遇到这种情况,我是否缺少需要进行的额外设置?
谢谢!
I'm trying to use the SQLite4Java library in my java application, when I try to open the database I get the following error:
[-93] cannot load library:
java.lang.UnsatisfiedLinkError: no
sqlite4java-win32-x86 in
java.library.path
I've tried to ensure that the library is referenced correctly:
Library manager
Project Explorer
Import Statements
I don't use additional libraries in Java often at all and this is the first time I have come across this, am I missing an additional setting that needs to be made?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎答案相当简单,当将 .jar 复制到我的目录时,似乎附加的 .DLL 文件没有随之复制。
稍后复制粘贴命令,成功!
Seems the answer is fairly simple, when copying the .jar to my directory it seems the additional .DLL files weren't copied with it.
One copy and paste command later, success!