I am trying to study Drools to build a Rule Based System.
I installed Drools plugin for Eclipse.
I created a new Drools project with sample, but when I opened Sample.drl file then select "Rete Tree" I got an error
"Rete Tree Build Error!
Reason: java.lang.Exception: Unable to parse rules to show RETE view! java.lang.ClassNotFoundException: org.drools.ecj.EclipseJavaCompiler cannot be found by org.drools.eclipse_7.47.0.Final"
My version:
Eclipse version: J2EE 2019-03
Drools version: 7.47.0
I already configured the Drools Runtime.
Could you help me