When I run my program using JsoupPath, there is an exception:
Exception in thread "main" java.lang.NoClassDefFoundError: org/antlr/v4/runtime/CharStream
And I open the file of JXDocument.java where the exception come from. I found the some import statements are red:
How could I resolve this exception?