STS安装Drools

2019-10-08 09:09:24来源:博客园 阅读 ()

新老客户大回馈,云服务器低至5折

STS安装Drools

  1. download drools (including "Drools Engine" & "Drools and jBPM tools") from official website: https://www.drools.org/download/download.html
  2. install drools plugin to sts as following:

    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".

    Sources
    -------

    The source jars are in the sources directory.

  3. configure drools:



  4. Notes: 
    1.   if error occurred while drools plugin installing, you have to delete artifacts.xml in root directory of sts and do again!

原文链接:https://www.cnblogs.com/helloworld007/p/11618084.html
如有疑问请与原作者联系

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:Java中的容器(集合)之ArrayList源码解析

下一篇:ReetrantLock架构源码 --- One