如何将 NAR 依赖项添加到 Maven pom 文件?

发布于 2024-10-27 14:18:09 字数 96 浏览 2 评论 0原文

我正在尝试使用 JNI,并使用 maven-nar-plugin 将 C++ 代码打包到 NAR 中。现在,我想将此代码包含在另一个 Java 项目中。我该如何正确地做到这一点?

I'm trying to use JNI, and I'm using the maven-nar-plugin to package up the C++ code into a NAR. Now, I want to include this code in another Java project. How do I go about doing this properly?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

风向决定发型 2024-11-03 14:18:09

这取决于您想要如何使用 maven nar 插件创建的依赖项。从 文档

其他maven项目可能会指定
使用这些 nar 文件的依赖关系
标准 Maven 依赖项
宣言。 Nar 文件已下载,
解压并安装在本地
maven仓库,就像jar文件一样
是(除了拆包)。

FAQ 有一节介绍如何从 java 代码加载本机库。

希望这些有帮助。

It depends on how you want to use the dependencies created by maven nar plugin. From the documentation,

Other maven projects may specify
dependencies on these nar files using
the standard maven dependency
declaration. Nar files get downloaded,
unpacked and installed in the local
maven repository, just like jar files
are (apart from the unpacking).

The FAQ has a section on how to load the native library from java code.

Hope these help.

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