From 0902829e4e9ef9a3a37ee6a89cfc52200796fd88 Mon Sep 17 00:00:00 2001 From: Raymond Liu Date: Mon, 30 Jun 2014 10:51:19 +0200 Subject: [PATCH] Mention that Oracle JDK 6 library will fail to build So people won't encounter and ask the same question as I did just now ;) Author: Raymond Liu Closes #49 from colorant/doc and squashes the following commits: 90bf2aa [Raymond Liu] Mention that Oracle JDK 6 library will fail to build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce3ca7b42ecbe..da7f193ca81b5 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This tutorial shows how to build Stratosphere on your own system. Please open a * Unix-like environment (We use Linux, Mac OS X, Cygwin) * git * Maven (at least version 3.0.4) -* Java 6, 7 or 8 +* Java 6, 7 or 8 (Note that Oracle's JDK 6 library will fail to build Stratosphere, but is able to run a pre-compiled package without problem) ``` git clone https://github.com/stratosphere/stratosphere.git