如何在我的应用程序中使用 lambdaj
这听起来像是一个愚蠢的问题,但是我如何开始使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需将其添加到其余的库中进行编译,并且在构建/打包时需要将其与其余的 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.
您还需要将 jar 添加到 CLASSPATH。
You also need to add the jar to the CLASSPATH.