File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ LambdasInAction
2+ ===============
3+
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!
7+
8+ Instructions to compile and run the source code:
9+
10+ 1 ) Make sure to have a JDK8 installed
11+ For example:
12+ $ java -version
13+ java version "1.8.0-ea"
14+ Java(TM) SE Runtime Environment (build 1.8.0-ea-lambda-nightly-h109-20130902-b106-b00)
15+ Java HotSpot(TM) 64-Bit Server VM (build 25.0-b45, mixed mode)
16+
17+ You can download a preview version here: https://jdk8.java.net/
18+
19+ 2 ) Compile/Run the examples
20+ Using maven:
21+ $ mvn compile
22+ $ cd target/classes
23+ $ java lambdasinaction/chap1/FilteringApples
24+
25+ Alternatively you can compile the files manually in src/main/java
You can’t perform that action at this time.
0 commit comments