I am now getting this error (note: the error above was not resolved, just a new error now)
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
KnowledgeBase cannot be resolved to a type
The method readKnowledgeBase() from the type ProcessTest refers to the missing type KnowledgeBase
StatefulKnowledgeSession cannot be resolved to a type
KnowledgeRuntimeLogger cannot be resolved to a type
KnowledgeRuntimeLoggerFactory cannot be resolved
WSHumanTaskHandler cannot be resolved to a type
at com.sample.ProcessTest.main(ProcessTest.java:24)
If I look at the code, I get The import org.drools cannot be resolved.
How do I resolve this? Where can I find the references for this?
Thanks.