Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install Drools plugin in Eclipse Indigo IDE

Tags:

drools

How to install the drools plugin in eclipse and how to use it.Anyone has an idea.

like image 454
user1434746 Avatar asked Jun 30 '12 10:06

user1434746


1 Answers

I don't know much about how to use it, but to install it as an eclipse plugin, this should work:

  1. Start Eclipse
  2. Help -> Install New Software
  3. In the Work With: or Site: input field, enter: "http://download.jboss.org/drools/release/<VERSION>.Final/org.drools.updatesite/", replace "<VERSION>" with appropriate version and click the "Add" button
  4. For the Name you can just enter "Drools"
  5. Check the Drools and jBPM checkbox and follow the instructions to get it installed.

Hope this helps

Master the Boss http://www.mastertheboss.com/ has some tutorials on how to use it as well

The Drools downloads page is at: http://www.jboss.org/drools/downloads

like image 137
jao Avatar answered Sep 21 '22 02:09

jao