无法解决错误([-93] 无法加载库:java.lang.UnsatisfiedLinkError:)

发布于 2024-10-21 18:47:45 字数 678 浏览 0 评论 0原文

当我尝试打开时,我尝试在我的 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

Library Manager

Project Explorer

Project Explorer

Import Statements

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月流歌 2024-10-28 18:47:45

似乎答案相当简单,当将 .jar 复制到我的目录时,似乎附加的 .DLL 文件没有随之复制。

◦本机库(*.dll、*.so、
*.jnilib) - 将它们放在与 sqlite4java.jar 相同的目录中;

稍后复制粘贴命令,成功!

Seems the answer is fairly simple, when copying the .jar to my directory it seems the additional .DLL files weren't copied with it.

◦Native libraries (*.dll, *.so,
*.jnilib) - place them in the same directory with sqlite4java.jar;

One copy and paste command later, success!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文