java8 / Java8InAction

MIT License
3.18k stars 2.26k forks source link

NoSuchFileException in Chapter 5 BuildingStream code. #6

Open ghost opened 8 years ago

ghost commented 8 years ago

Similar problem as described in issue #5. The get in Files.lines(Paths.get("lambdasinaction/chap5/data.txt"), ... will fail. Need to resolve the file path using getResource like in issue #5 for the code to work.