# Installing Drools Tooling

To be able to work with drools, we need :\
1\) Java Virtual machine version 11

2\) Download Apache Maven&#x20;

3\) install Visual Studio Code \
4\) install drools add-on and kogito tooling

## Install Java Virtual Machine

Drools is working with either Oracle Java machine or OpenJDK. With the drools version we have, we can have java version 11.

[ ](https://code.visualstudio.com/Download)

## Download Apache Maven

To be able to use drools, we need to [download apache](https://maven.apache.org/download.cgi) maven to build our code. Just unzip it on your local filesystem.

## Install Visual Studio Code

After installing java, we can install [Visual Studio Code](https://code.visualstudio.com/Download)

We have to install a few add-ons :&#x20;

* Drools
* Kogito
* Extension Pack for Java

## Get the source code for the labs

the source code for the labs is [here](https://github.com/nheron/drools-lab.git).

do a git check out out and build it. If the tests are OK than you are ready.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nicolas-heron.gitbook.io/droolsonboarding/drools/installing_drools_tooling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
