home › Forums › # Technical Support › Need your help to compile library › Reply To: Need your help to compile library
December 31, 2014 at 09:16
#1582
Keymaster
Hi Mos,
The jfuzzylite.jar is the file you need, and you can find it within the zip file at http://fuzzylite.com/download/jfuzzylite/
Once you download it, you can compile your programs as follows:
javac YourProgram.java -cp .:jfuzzylite-1.0/jfuzzylite.jar
java -cp .:jfuzzylite-1.0/jfuzzylite.jar YourProgram
I am not familiar with IntelliJ IDEA, but it is just a matter of adding the jfuzzylite.jar file to the library. You might as well check the examples in this website and the examples in the jfuzzylite/examples
folder.