1, drools official website Download drools installation package,
Website Link: http://drools.org/download/download.html
After downloading the installation package, unzip and put on any disk (such as D), after decompression, the directory contains the following sub-directory:
which
Binaries: Store dependent third-party jar packages and drools-compiled jar packages.
Example of the Examples:drools project itself.
Javadoc:drools's Java API documentation.
Osgi-binaries:?
User documentation for Reference_manual:drools.
Sources: The jar package that holds the Drools source code.
2. Install Drools plug-in
"Method One"
Download Drools and JBPM Tools on the Drools website, as shown in
After the download is a. zip package, unzip to a disk (d drive);
Then open eclipse (Drools6.1 requires Eclipse4.3 version),
Click "Help",
Then click "Install New software ..." To see the following interface,
Then click "Add" added Drools plug-in, the following window appears,
Click the "Local" button to add the file location of the drool plugin,
Add the address of the Drools.updatesite to the Location,name custom as drools as shown in:
Click OK,
Click Next;
Start installation;
"Method Two"
The website has the Eclipse plugin update site URL:
Website Link: http://drools.org/download/download.html
Click "Click here" to see the following screen,
Open Eclipse (Drools6.1 requirements Eclipse4.3),
Click "Help",
Then click "Install New software ..." To see the following interface,
Then click "Add" for the Drools plugin.
Copy the official address of the Drools update site to the URL, name customization (Drools)
As follows:
url:http://download.jboss.org/drools/release/6.1.0.final/org.drools.updatesite/
Name:drools
Click OK,
Click Drools and JBPM,
Click "Next",
Start installing the Drools plug-in,
It lasts about a while ...
Click "Next",
Select the "I accept the ..." agreement,
Click "Fininsh"
Progress display the installation status,
3. Configure Drools Operating Environment
When the plugin is installed, reopen Eclipse,
Click "Window" and select "Peference",
Click "Drools" on the left, select "Installed Drools runtimes", configure its operating environment,
Right click "Add", Name: Custom Droolsruntime,
Path: Select the/drools-distribution-6.1.0.final/binaries file from the extracted file in step 1,
At this point, the drools environment to build complete!
==========================by to free ===================================
Drools6.1 Rule Engine Environment Setup