Changes
Page history
Update Semester 1
authored
Sep 17, 2024
by
VandenDriessche Jill
Hide whitespace changes
Inline
Side-by-side
software/Semester-1.md
View page @
76a23601
...
...
@@ -25,12 +25,12 @@ No special actions required for the first few weeks.
-
**Browsers**
: (see
[
General Software > Browsers
](
General-Software#browsers
)
)
-
**Git**
: (see
[
General Software > Git
](
General-Software#git
)
)
-
**Jetbrains - 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
)
)
3) When using WebStorm, login with your
**HOWEST**
email.
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**
:
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**
1) Download the (https://www.oracle.com/be/java/technologies/downloads/)[latest version of the Java JDK].
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
# Programming Fundamentals
...
...
...
...