home Forums # Technical Support Jfuzzylite classes not found error in eclipse

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1572
    Unknown
    Member

    I’m trying to make an android application using the jfuzzylite library. I have tried my best to sort it out but I get a run-time error that says the classes in the library could not be found.

    The jar file was create using ant and imported into the project.

    The link to the eclipse project :

    #1573
    Unknown
    Member
    #1574

    Hi Ankit,

    have you tried using the jfuzzylite jarfile contained within the zip file (i.e. jfuzzylite.jar)?

    #1575
    Unknown
    Member

    Hi Juan,

    Yes, I’m using that file in my project.

    1. I don’t get a compile error when I refer to a class in the jfuzzylite library.
    2. There is also a jarfile jfuzzylite-src.jar, I’m using this file too (along with jfuzzylite.jar).

    I get an error only when I run the program. It says that the classes in jfuzzylite.jar could not be found.

    #1576

    I am not familiar using Eclipse for Java, but could you try using netbeans? It is really straight forward to do so in NetBeans. Another thing you could try is compiling the jar yourself issuing ant build.xml.

    #2615
    Unknown
    Member

    import jfuzzylite-6.0.1.jar to your project.

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