Skip to content

Commit d6d14d0

Browse files
committed
updates to java 8 setup
1 parent 14ec123 commit d6d14d0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,13 @@ The source code for all examples can be found in the directory [src/main/java/la
2828
We will update the repository as we update the book. Stay tuned!
2929

3030
### Make sure to have JDK8 installed
31-
For example:
31+
The latest binary can be found here: http://www.oracle.com/technetwork/java/javase/overview/java8-2100321.html
3232

3333
$ java -version
3434

35-
java version "1.8.0-ea"
36-
37-
Java(TM) SE Runtime Environment (build 1.8.0-ea-lambda-nightly-h109-20130902-b106-b00)
38-
39-
Java HotSpot(TM) 64-Bit Server VM (build 25.0-b45, mixed mode)
35+
java version "1.8.0_05"
36+
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
37+
Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)
4038

4139

4240
You can download a preview version here: https://jdk8.java.net/

0 commit comments

Comments
 (0)