linux下Drools6.3.0规则引擎的安装配置

  1. 首先下载drools引擎,以下是我的网盘分享地址:
    http://pan.baidu.com/s/1jHltdPk
    然后解压到任意位置

  2. 下载eclipse的drools插件,地址:
    http://pan.baidu.com/s/1mgQqqQO
    解压到任意地址

  3. 打开eclipse,按照下面步骤进行操作

- Open Eclipse.
- Open the menu "Help", menu item "Install new software..."
- Click on the button "Add..." to add a new software site.
- Fill in the name "drools local update site"
- Click on the button "Local..." and select ".../binaries/org.drools.updatesite"
- Select all the plugins. Click the buttons "Next" and "Finish".

重启你的eclipse

4.配置drools的Runtime环境,就是要指向第一步中解压缩文件的地址:
windows > preference > drools > running time…然后设置地址,再重启

5.开始创建一个drools项目,开始你的规则引擎之旅。

你可能感兴趣的:(琐碎知识)