A Drools runtime is a collection of jar files that represent one specific release of the Drools project jars.
从官网下载的drools-distribution-{version}.Final.zip文件中,解压开之后有一个binaries文件夹,此文件夹中包含了特定版本的drools jar文件及其依赖的jar包;
Eclipse安装了Drools 插件之后,需要配置Installed Drools Runtimes,选中上边的提到的binaries文件夹,即可自动创建一个Drools Runtimes。
配置了Drools Runtimes,Drools Eclipse Plugin的功能都要依赖于此配置。
比如Convert to Drools Project,Audit Log View,Agenda View ,Working Memory View等功能最终使用的都是Drools Runtimes中配置的这些Jar包。