Skip to content

Commit 6c520e2

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

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,31 +5,31 @@ title: Installing Drools
55

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

8-
1. [Download](https://www.eclipse.org/downloads/) and install Eclipse IDE (we recommend to use Eclipse Oxygen 4.7). You might want to create a new workspace for your LSP projects.
8+
1. [Download](https://www.eclipse.org/downloads/) and install Eclipse IDE. You might want to create a new workspace for your LSP projects.
99

10-
2. [Download](https://download.jboss.org/drools/release/7.3.0.Final/drools-distribution-7.3.0.Final.zip) Drools and extract the zip archive to any folder.
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.
1111

12-
3. Install JBoss Tools 4.5.0
12+
3. Install JBoss Tools 4.21.0
1313

1414
* Run Eclipse IDE.
1515

1616
* Select **Help** > **Eclipse Marketplace...**.
1717

18-
* Install **JBoss Tools 4.5.0.Final**
18+
* Install **JBoss Tools 4.21.0.Final**
1919

2020
4. Install Drools:
2121

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

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

2626
* Click **Select all**.
2727

2828
* Make sure the checkbox "Contact all update sites during install to find required software" is checked.
2929

3030
5. Create Drools Runtime:
3131

32-
* Select **Window** > **Preferences** > **Drools** > **Installed Drools Runtime** > **Add...** .
32+
* Select **Preferences** > **Drools** > **Installed Drools Runtime** > **Add...** .
3333

3434
* Choose any name and select the folder `binaries` of the drools archive, you have installed in Step 2. The version is determined automatically.
3535

0 commit comments

Comments
 (0)