From 8ed662b794015eb0a6f60c2c797c71fbf8bfefa6 Mon Sep 17 00:00:00 2001 From: georgeas <george.a.stoica@ntnu.no> Date: Wed, 4 Sep 2019 18:42:50 +0200 Subject: [PATCH] updated links to point to jdk rather than jre added link to comprehensive guide for setting up java --- How To.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/How To.md b/How To.md index 0505156..a0b5a7d 100644 --- a/How To.md +++ b/How To.md @@ -1,7 +1,14 @@ ## Installation ### Install Java -#### Download link -https://www.java.com/en/download/ + +#### [Installing java guide](https://gitlab.stud.idi.ntnu.no/it1901/course-material/blob/master/howto/get-java.md "Installing Java") + + +#### Download links + +http://jdk.java.net +https://www.oracle.com/technetwork/java/javase/downloads/index.html + #### How and why to uninstall older versions of Java https://www.java.com/en/download/faq/remove_olderversions.xml @@ -10,7 +17,7 @@ https://www.java.com/en/download/faq/remove_olderversions.xml #### Download link https://git-scm.com/book/en/v2/Getting-Started-Installing-Git -#### For Windows we reccomend Git for Windows +#### For Windows we recommend Git for Windows https://gitforwindows.org/ ### Install Eclipse or Intellij -- GitLab