Open Czh1074 opened 1 year ago
You need to import the .jar of the JFuzzyLogic library into the project. However, the library is needed only for an example that uses fuzzy logic, you could try directly to delete the code of this example and rebuild the project.
你好,请问你有遇到这个问题吗:程序包net.sourceforge.jFuzzyLogic不存在。但是我在这之前已经将相应的jar包添加进来,为什么还是显示不存在呢?
Please write in English for a better understanding. According to the google translator, you are still getting an error after including the JFuzzyLogic library.
As I said before, the quickest way to solve this problem is to directly delete the parts of the code that use the library (only one of the example algorithms). Try to remove the library and locate the java class that gives error, then delete it and remove all instances of that class in the examples.
Hello, when I started the project, I found that there would be an error in this sentence. Do you know the reason? In CustomEdgeOrchestrator class import net. Sourceforge. JFuzzyLogic. FIS;