File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,13 @@ The source code for all examples can be found in the directory [src/main/java/la
2828We 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
4240You can download a preview version here: https://jdk8.java.net/
You can’t perform that action at this time.
0 commit comments