Reputation: 21
Here is a third party library that I want to use. https://github.com/encog/encog-java-core
I want to use the library in my project.
How do I install or add the library to my class path, so I can run my code via the command line without any problems.
Upvotes: 0
Views: 2805
Reputation: 101
For version 3.3.0:
WEB-INF/lib
folder in your project.If you need the 3.4.0, you will need maven.
Upvotes: 1