From 285f6bb6ac1aaf5a29b00e154aacb388511dd5f4 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Tue, 29 Jan 2019 12:35:12 +0100 Subject: [PATCH] Update README.md Remove JDK constraints --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef6df53..8561798 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Note that recently, the capability to remove the Fetch/Memory/WriteBack stage wa On Ubuntu 14 : ```sh -# JAVA JDK 8. Do not try with JDK >= 9 +# JAVA JDK 8 sudo add-apt-repository -y ppa:openjdk-r/ppa sudo apt-get update sudo apt-get install openjdk-8-jdk -y