0 Replies Latest reply on Nov 14, 2014 12:04 AM by ayusman_dikshit

    What constitutes Drools Runtime

    ayusman_dikshit

      I am posting this question in Drools forum for a more specialized audience.

       

      I am using the Drools 6.1.0.Final documentation to set up my Eclipse environment. I am referring this documentation:

      Section "1.3.1.4.4. Drools Runtimes" in "http://docs.jboss.org/drools/release/6.1.0.Final/drools-docs/html_single/"

      Out of the many binaries in my drools installation (unzipped the "drools-distribution-6.1.0.Final.zip")

      D:\Drools-6.1.0.Final\binaries 

      Which jars constitute the Drools runtime jar file?

      I could just point my eclipse to the drools binaries folder, but I wanted to understand the minimal set of runtime jar files needed by Eclipse.

      Section Section "1.3.1.1. Dependencies and JARs" does talk about the dependency jars such as :

      knowledge-api.jar knowledge-internal-api.jar drools-core.jar drools-compiler.jar drools-jsr94.jar drools-decisiontables.jar 

      I was able to locate these 4:

      drools-core.jar drools-compiler.jar drools-jsr94.jar drools-decisiontables.jar 

      However these 2 :

      knowledge-api.jar knowledge-internal-api.jar 

      Is this substitution correct in Drools 6.1.0.Final release

      knowledge-api.jar --> kie-api-6.1.0.Final.jar knowledge-internal-api.jar --> kie-internal-6.1.0.Final.jar 

      What other jars I will need out of the Drools distribution's binaries folder to create a complete Drools Runtime?