Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error installing Drools plugin for Eclipse

Does anyone know how to fix this issue ?

Cannot complete the install because one or more required items could not be found.

Software being installed: JBoss Runtime Drools Detector 6.3.0.Final (org.jboss.tools.runtime.drools.detector.feature.feature.group 6.3.0.Final) Missing requirement: JBoss Runtime Drools Detector 6.3.0.Final (org.jboss.tools.runtime.drools.detector.feature.feature.group 6.3.0.Final) requires 'org.jboss.tools.runtime.core.feature.feature.group 0.0.0' but it could not be found

like image 232
user1363516 Avatar asked Dec 07 '15 20:12

user1363516


2 Answers

You need to add http://download.jboss.org/jbosstools/updates/stable/luna/ update site into eclipse and select "Contact all update sites during install to find required software" before installing drools features.

like image 89
dgolovin Avatar answered Nov 12 '22 10:11

dgolovin


@dgolovin and @user1363516 you can install "Drools and jBPM Tools" into Eclipse Mars 1. (i use eclipse Mars 1.) or if you got the error when installing follow the following steps below:

Step 1. Add http://download.jboss.org/jbosstools/updates/stable/luna/ as an update site. Help >> Install New Software

Step 2. Select only JBoss Application Development & JBoss Business Intelligence plugins they should total about 38 elements including drools core and drools runtime.

enter image description here

Step 3. Install those elements and restart eclipse.

Step 4. Install your Drools and jBPM Tools using the update site or downloaded archive. Most of the previosly uninstallable items should appear to be gone because they would have been installed when you used the jboss luna update site (Step 1).

Step 5. Complete installation, error should be gone and restart eclipse.

like image 3
theTechRebel Avatar answered Nov 12 '22 10:11

theTechRebel