drools插件 idea

如何在Eclipse中添加Drools插件 (How to add Drools plugin in Eclipse)

Prerequisites to install Drools Plugin:

安装Drools插件的前提条件

  • Java 1.5 (or higher) SE JDK.

    Java 1.5(或更高版本)SE JDK。
  • Eclipse 4.2 or any version and the Drools plugin.

    Eclipse 4.2或任何版本以及Drools插件。

As Drools is a BRMS (Business Rule Management System) written in Java and hence we will be using eclipse for the demo purpose. Below are the steps to add the plugin in eclipse to use Drools:

由于Drools是用Java编写的BRMS(业务规则管理系统) ,因此我们将使用eclipse进行演示。 以下是在eclipse中添加插件以使用Drools的步骤:

Download the binaries from the below link:

从以下链接下载二进制文件:

http://download.jboss.org/drools/release/5.3.0.Final/

http://download.jboss.org/drools/release/5.3.0.Final/

drools插件 idea_如何在Eclipse中添加Drools插件



Extract it to your hard disk. Then launch eclipse, go to Help -> Install New Software

将其解压缩到硬盘上。 然后启动eclipse,转到帮助->安装新软件

drools插件 idea_如何在Eclipse中添加Drools插件



Click on Add

点击添加

drools插件 idea_如何在Eclipse中添加Drools插件



Click on Local and Select ".../binaries/org.drools.updatesite"

单击本地,然后选择“ ... / binaries / org.drools.updatesite”

drools插件 idea_如何在Eclipse中添加Drools插件



Select Drools and jBPM and click Next

选择Drools和jBPM ,然后单击Next。

drools插件 idea_如何在Eclipse中添加Drools插件



Again Click Next

再次单击下一步

Click on "I accept the terms of license agreement" and click Finish

单击“我接受许可协议的条款”,然后单击“ 完成”。

Then software installation starts:

然后开始安装软件:

drools插件 idea_如何在Eclipse中添加Drools插件



Post successful installation you will get a Pop-Up

成功安装后,您将看到一个弹出窗口

drools插件 idea_如何在Eclipse中添加Drools插件

Click on Yes

点击

Once eclipse is restarted, then go to Windows -> Preferences

Eclipse重新启动后,请转到Windows->“偏好设置”

drools插件 idea_如何在Eclipse中添加Drools插件



You can see Drools under your preferences. Your drools plugin installation is complete now.

您可以根据自己的喜好看到Drools 。 您的drools插件安装现已完成。

翻译自: https://www.studytonight.com/drools/add-drools-plugin

drools插件 idea

相关文章: