You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2014/06/30 10:52:11 UTC

git commit: Mention that Oracle JDK 6 library will fail to build

Repository: incubator-flink
Updated Branches:
  refs/heads/master 8980a7ad7 -> 0902829e4


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 <ra...@intel.com>

Closes #49 from colorant/doc and squashes the following commits:

90bf2aa [Raymond Liu] Mention that Oracle JDK 6 library will fail to build


Project: http://git-wip-us.apache.org/repos/asf/incubator-flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-flink/commit/0902829e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-flink/tree/0902829e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-flink/diff/0902829e

Branch: refs/heads/master
Commit: 0902829e4e9ef9a3a37ee6a89cfc52200796fd88
Parents: 8980a7a
Author: Raymond Liu <ra...@intel.com>
Authored: Mon Jun 30 10:51:19 2014 +0200
Committer: Robert Metzger <rm...@apache.org>
Committed: Mon Jun 30 10:51:19 2014 +0200

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/0902829e/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ce3ca7b..da7f193 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