Skip to content

Commit cd269a2

Browse files
committed
Update drools tutorial
1 parent 6c520e2 commit cd269a2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lectures/lsp/030_install_drools.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ title: Installing Drools
55

66
**Windows, Mac and Linux (Ubuntu):**
77

8-
1. [Download](https://www.eclipse.org/downloads/) and install Eclipse IDE. You might want to create a new workspace for your LSP projects.
8+
1. [Download](https://www.eclipse.org/downloads/packages/release/2021-09/r/eclipse-ide-java-developers) and install Eclipse IDE for Java Developers (2021-09). You might want to create a new workspace for your LSP projects.
99

10-
2. [Download](https://download.jboss.org/drools/release/7.60.0.Final/droolsjbpm-integration-distribution-7.60.0.Final.zip) Drools and extract the zip archive to any folder.
10+
2. [Download](https://download.jboss.org/drools/release/7.61.0.Final/droolsjbpm-integration-distribution-7.61.0.Final.zip) Drools 7.61.0 and extract the zip archive to any folder.
1111

1212
3. Install JBoss Tools 4.21.0
1313

@@ -21,10 +21,10 @@ title: Installing Drools
2121

2222
* Select **Help** > **Install New Software...**.
2323

24-
* In the **Work with:** combo box type: https://download.jboss.org/drools/release/7.46.0.Final/org.drools.updatesite/
24+
* In the **Work with:** combo box type: https://download.jboss.org/drools/release/7.48.0.Final/org.drools.updatesite/
2525

2626
* Click **Select all**.
27-
27+
2828
* Make sure the checkbox "Contact all update sites during install to find required software" is checked.
2929

3030
5. Create Drools Runtime:
@@ -45,10 +45,10 @@ title: Installing Drools
4545

4646
* Enter a project name, select the drools runtime created earlier, and select **Add a sample HelloWorld rule file to this project**. Click **Finish**.
4747

48-
* Open the class that contains the main method. It is located in the package `com.sample` and has the same name as the project.
48+
* Open the class that contains the main method. It is located in the package `com.sample`.
4949

5050
* In order to execute the project, right-click the editor and select **Debug As** > **Drools Application**. Observe the output.
5151

52-
* You can ignore the SLF4J warnings or [download](https://www.slf4j.org/download.html) the latest version, extract the archive, and add the `slf4j-simple-x.x.xx.jar` to the project's build path (right click the project > **Build Path** > **Add External Archives** > choose `slf4j-simple-x.x.xx.jar` > **OK**).
52+
* You can ignore the SLF4J warnings or [download](https://www.slf4j.org/download.html) the latest version and add the `slf4j-simple-x.x.xx.jar` to the project's build path (right click the project > **Build Path** > **Add External Archives** > choose `slf4j-simple-x.x.xx.jar` > **OK**).
5353

5454

0 commit comments

Comments
 (0)