0

I have installed Eclipse Oxygen . I tried installing Drools 7.3.0 in my eclipse. When i try to install i get below scenario. Prior to this i had installed and used drools in Eclipse Luna.

enter image description here

I checked the installed software tab in the below path: Help-->About Eclipse-->Installation Details I can see the Drools plugins installed . Sharing the image from my eclipse.

enter image description here

When i checked on goole , i saw the similar problem mentioned here. I checked and tried the options mentioned to no use. I cannot run it as admin , however i have all rights for the folder in which it is installed.I cannot see Drools in the perspective as a result of which i cannot create a Drools project.

Is it because of any bug in Oxygen which i am unaware of ? Or am i a missing a thing.
I have Java 8 on my system.

Vikram
  • 332
  • 3
  • 16
  • Look in the log file in the .metadata folder of your workspace on disk. Well-written plugins will often log missing pre-reqs or conflicts that prevent perspectives and views from being seen. – Chris Gerken Nov 10 '17 at 11:59

1 Answers1

0

This doesn't look as if you have the plugins installed.

You have to download the zip file from drools.org/download/download.htmlgiven under the heading Drools and jBPM tools. This expands into a directory droolsjbpm-tools-distribution-x.y.z.Final with a subdirectory ./binaries//org.drools.updatesite. Follow the instructions in ./ReadMeDroolsJbpmTools.txt. This should install 7 plugins

org.drools.eclipse
org.guvnor.eclipse.webdav
org.guvnor.tools
org.jboss.tools.runtime.drools.detector
org.jbpm.eclipse
org.kie.eclipse
org.kie.eclipse.navigator
laune
  • 31,114
  • 3
  • 29
  • 42