From 2249917198df48fc967b6ebf3784a4ba0736b8ea Mon Sep 17 00:00:00 2001 From: Adrian Stoica <george.a.stoica@ntnu.no> Date: Mon, 2 Sep 2019 10:50:28 +0200 Subject: [PATCH] fixed image links --- howto/get-java.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/howto/get-java.md b/howto/get-java.md index ff5c19c..66f1074 100644 --- a/howto/get-java.md +++ b/howto/get-java.md @@ -29,7 +29,7 @@ After the download finishes you have in the destination folder the `.zip` file w Copy the extracted folder in a meaningful location on your hard drive like for example in `C:\jdks` - + #### Set up the environment variables @@ -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) - + * 3. download the binary corresponding to your operating system -- GitLab