0

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

Shin Yu Wu
  • 1,129
  • 4
  • 14
  • 23

1 Answers1

1

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

Pankaj Singhal
  • 15,283
  • 9
  • 47
  • 86