You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/lsp/030_install_drools.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ title: Installing Drools
5
5
6
6
**Windows, Mac and Linux (Ubuntu):**
7
7
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.
9
9
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.
11
11
12
12
3. Install JBoss Tools 4.21.0
13
13
@@ -21,10 +21,10 @@ title: Installing Drools
21
21
22
22
* Select **Help** > **Install New Software...**.
23
23
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/
25
25
26
26
* Click **Select all**.
27
-
27
+
28
28
* Make sure the checkbox "Contact all update sites during install to find required software" is checked.
29
29
30
30
5. Create Drools Runtime:
@@ -45,10 +45,10 @@ title: Installing Drools
45
45
46
46
* Enter a project name, select the drools runtime created earlier, and select **Add a sample HelloWorld rule file to this project**. Click **Finish**.
47
47
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`.
49
49
50
50
* In order to execute the project, right-click the editor and select **Debug As** > **Drools Application**. Observe the output.
51
51
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**).
0 commit comments