欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

STS安装Drools

程序员文章站 2023-10-27 10:19:16
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 " ......
  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:

    STS安装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!