File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed
Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change 11LambdasInAction
22===============
33
4- This repository contains all the source code for the examples and quizzes in the Java 8: Lambdas in Action book.
5- You can purchase the early access here: http://manning.com/urma/
6- We are very keen to hear your feedback and improve the book based on your comments!
4+ This repository contains all the source code for the examples and quizzes in the Java 8: Lambdas In Action book.
5+
6+ You can purchase the early access here: [ http://manning.com/urma/ ] ( http://manning.com/urma/ )
77
8- Instructions to compile and run the source code:
8+ We are very keen to hear your feedback and improve the book based on your comments!
99
10- 1 ) Make sure to have a JDK8 installed
10+ ### Make sure to have JDK8 installed
1111For example:
12+
1213$ java -version
14+
1315java version "1.8.0-ea"
16+
1417Java(TM) SE Runtime Environment (build 1.8.0-ea-lambda-nightly-h109-20130902-b106-b00)
18+
1519Java HotSpot(TM) 64-Bit Server VM (build 25.0-b45, mixed mode)
1620
21+
1722You can download a preview version here: https://jdk8.java.net/
1823
19- 2 ) Compile/Run the examples
24+ ### Compile/Run the examples
2025Using maven:
26+
2127$ mvn compile
28+
2229$ cd target/classes
30+
2331$ java lambdasinaction/chap1/FilteringApples
2432
25- Alternatively you can compile the files manually in src/main/java
33+
34+ Alternatively you can compile the files manually inside the directory src/main/java
You can’t perform that action at this time.
0 commit comments