Question

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

Was it helpful?

Solution

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.

OTHER TIPS

You also need to add the jar to the CLASSPATH.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top