home Forums # Technical Support Need your help to compile library

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1577
    Unknown
    Member

    Hello Juan,
    First of all, many thanks for your precious effort to provide such a useful library. I have worked on Fuzzy Logic for past 2 years and have always looked for a comprehensive fuzzy logic library for programming languages other than MATLAB.
    Juan, I’m not expert in Java. However, I had several projects done in Java.
    My problem is that I can’t build a .JAR library to include in my project as you mentioned in website. I’m not familiar with Ant and this staff and don’t expect you to teach me here because it’s out of scope of this website. Could you please attach a complete .jar library to download?

    I’m looking forward to hearing back from you.
    B.R.
    Mos

    #1578
    Unknown
    Member

    Oh, I forgot to mention that I’m using windows 7 64bit and IntelliJ IDEA 12.1 as my java programming IDE.
    thanks.

    #1582

    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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.