Strange java.lang.ClassNotFoundException when compiling drools rules (v5.0.1) on Java 8 on Rule Name as class
问题 Trying to get drools to run java8 jvm (upgraded from Java6). However, compilation has failed and the goal pushed further. Did a couple of things that helped: Ecj compiler: updated to 'org.eclipse.jdt.core.compiler:ecj:4.5.1' Mvel: Using updated mvel2-2.1.3.Final.jar Additionally, added org.codehaus.janino:janino:jar:2.5.16 to compile dependency to use janino compiler as per this https://copyrightdev.tumblr.com/post/146315831773/getting-drools-5x-to-operate-smoothly-with-java-8 blog. However,