java - How can I use lambdaj in my application -
This may look like a stupid question, but how can I use the Lambda's library? I've downloaded lambdaj.jar and put it in the Lib directory with other jar files in my webpad. But I can not import any class, do I need to make a jar using Maven? thank you in advanced!
David
Just add it to your other libraries to compile and you While making / packaging, package will be done with remaining jars.
Comments
Post a Comment