Skip to content

Commit bfd97aa

Browse files
committed
Update README.md
1 parent fa0c1cd commit bfd97aa

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

‎README.md‎

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,34 @@
11
LambdasInAction
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
1111
For example:
12+
1213
$ java -version
14+
1315
java version "1.8.0-ea"
16+
1417
Java(TM) SE Runtime Environment (build 1.8.0-ea-lambda-nightly-h109-20130902-b106-b00)
18+
1519
Java HotSpot(TM) 64-Bit Server VM (build 25.0-b45, mixed mode)
1620

21+
1722
You can download a preview version here: https://jdk8.java.net/
1823

19-
2) Compile/Run the examples
24+
###Compile/Run the examples
2025
Using 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

0 commit comments

Comments
(0)