user1434746
user1434746

Reputation: 543

How to install Drools plugin in Eclipse Indigo IDE

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

Upvotes: 33

Views: 61722

Answers (1)

jao
jao

Reputation: 1194

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

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

Upvotes: 83

Related Questions