Update Semester 1 authored by VandenDriessche Jill's avatar VandenDriessche Jill
......@@ -28,7 +28,10 @@ No special actions required for the first few weeks.
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))
3) When using WebStorm, login with your **HOWEST** email.
- **Java**: Go to (https://www.java.com/en/download/)[https://www.java.com/en/download/] and download the latest Java Runtime Environment (JRE) version.
- **Java**:
1) Go to (https://www.java.com/en/download/)[https://www.java.com/en/download/] and download the latest Java Runtime Environment (JRE) version.
2) 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**
- **NodeJS:** see Programming Fundamentals
# Programming Fundamentals
......
......