Update Semester 1 authored by VandenDriessche Jill's avatar VandenDriessche Jill
...@@ -25,12 +25,12 @@ No special actions required for the first few weeks. ...@@ -25,12 +25,12 @@ No special actions required for the first few weeks.
- **Browsers**: (see [General Software > Browsers](General-Software#browsers)) - **Browsers**: (see [General Software > Browsers](General-Software#browsers))
- **Git**: (see [General Software > Git](General-Software#git)) - **Git**: (see [General Software > Git](General-Software#git))
- **Jetbrains - WebStorm:** - **Jetbrains - WebStorm:**
1) Go to the Jetbrains website and download [WebStorm](https://www.jetbrains.com/webstorm/) 1) Go to the Jetbrains website and download [WebStorm](https://www.jetbrains.com/webstorm/)
2) Register as a student (see [General Software > Jetbrains registration](General-Software#jetbrains-stack)) 2) Register as a student (see [General Software > Jetbrains registration](General-Software#jetbrains-stack))
3) When using WebStorm, login with your **HOWEST** email. 3) When using WebStorm, login with your **HOWEST** email.
- **Java**: - **Java**:
1) Download the (https://www.oracle.com/be/java/technologies/downloads/)[latest version of the Java JDK]. 1) Download the (https://www.oracle.com/be/java/technologies/downloads/)[latest version of the Java JDK].
3) Test your installation by opening a terminal window (cmd) and entering `java --version`. You should see **Version 22 or higher** 2) Test your installation by opening a terminal window (cmd) and entering `java --version`. You should see **Version 22 or higher**
- **NodeJS:** see Programming Fundamentals - **NodeJS:** see Programming Fundamentals
# Programming Fundamentals # Programming Fundamentals
... ...
......