如何在我的应用程序中使用 lambdaj

发布于 2024-08-07 23:44:57 字数 146 浏览 2 评论 0原文

这听起来像是一个愚蠢的问题,但是我如何开始使用 lambdaj 库?我下载了 lambdaj.jar 并将其与其他 jar 文件一起放在我的 web 应用程序的 lib 目录中。但我无法导入任何课程。我需要使用 Maven 构建 jar 吗? 提前致谢!

大卫

This may sound like a stupid question, but how can I start to use lambdaj library? I downloaded the lambdaj.jar and put it in the lib directory in my webapp together with other jar files. But I can't import any of the classes. Do I need to build the jar using maven?
Thanks in advance!

David

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

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

发布评论

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

评论(2

小伙你站住 2024-08-14 23:44:57

只需将其添加到其余的库中进行编译,并且在构建/打包时需要将其与其余的 jar 一起打包。

Just add it to the rest of your libraries for compilation and you need to package it with the rest of jars when building/packaging.

淡淡的优雅 2024-08-14 23:44:57

您还需要将 jar 添加到 CLASSPATH。

You also need to add the jar to the CLASSPATH.

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