@@ -39,15 +39,15 @@ There are several ways to get to that dialog box.
Right click "This PC" and select "Properties"


You should see a window like the one below. Choose "Advanced System Settings" option in the top left side.


A new window will open showing "System properties"


Open "Environment Variables"
...
...
@@ -55,15 +55,15 @@ If the JDK should be available for all users than make the environment variable
Check if there is already a `JAVA_HOME` environment variable. If it is change the value to the path to your JDK (`C:\jdks\jdk-12.0.2`)


Next we need to add the `bin` folder within the JDK folder to the `PATH` environment variable so that the java commands are accessible from the command prompt


Finally we can check if java is now running as expected


##### Notes
...
...
@@ -102,11 +102,11 @@ java -version
* 1. go to http://jdk.java.net


* 2. select the general available build (currently 12)