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 fil开发者_StackOverflow中文版es. But I can't import any of the classes. Do I need to build the jar using maven? Thanks in advance!
David
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.
You also need to add the jar to the CLASSPATH.
精彩评论