Search code examples
javaaiml

Java use AIML with AB program


I am trying to write a chatbot with java. I've already download AB program from https://code.google.com/archive/p/program-ab/downloads

However, when I try to write code in IntelliJ, it always shows error like this: enter image description here

Here is what I put in my package: Do I miss anything?? Thanks!!

enter image description here


Solution

  • You must not have added the Program AB's lib in your project. Ref here for adding it and it should work.

    Also, make sure that the lib show up in External Libraries