Hi Juan
I’m new for jFuzzylite . Thank you for your nice fuzzy tool.
I’m using jfuzzylite on my Andoid APP but i meet one program.
Could you please help me?
After adding jfuzzylite into libs folder , I can program fuzzy engine as same as sample code on webpage.
It can be complied.
When I step by step to below code
Engine engine = new Engine();
Eclipse shows below message:
****************
Class File Editor
Source not found
The source attachment does not contain the source for the file InvocationTargetException.class.
You can change the source attachment by clicking Change attached Source below:
// Compiled from InvocationTargetException.java (version 1.5 : 49.0, super bit)
public class java.lang.reflect.InvocationTargetException extends java.lang.Exception {
// Method descriptor #8 ()V
// Stack: 3, Locals: 1
………
********************
I try to add sources.jar for jfuzzylite.jar. it doesn’t work .
Do you have any suggestion or idea?
Thank you.