Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kousen/java_8_recipes
Source code for Modern Java Recipes book from O'Reilly
https://github.com/kousen/java_8_recipes
Last synced: 11 days ago
JSON representation
Source code for Modern Java Recipes book from O'Reilly
- Host: GitHub
- URL: https://github.com/kousen/java_8_recipes
- Owner: kousen
- Created: 2016-03-11T16:35:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T13:40:44.000Z (about 1 month ago)
- Last Synced: 2024-10-18T13:29:00.444Z (29 days ago)
- Language: Java
- Homepage: http://shop.oreilly.com/product/0636920056669.do
- Size: 1.76 MB
- Stars: 377
- Watchers: 38
- Forks: 279
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# java_8_recipes
Source code for Modern Java Recipes (O'Reilly, 2017)http://shop.oreilly.com/product/0636920056669.do
For IntelliJ:
* clone repo or download zip and extract
* Use `File -> Open` or if not project is open, `Import`
* Navigate to the `build.gradle` file inside the project
* Click enter and accept all the defaultsFor Eclipse (and Eclipse-based tools, like STS):
* Open a command prompt in the root of the unzipped project
* Type `gradlew cleanEclipse eclipse` (Note: if you're on a Unix-based system, including Macs, you need to use `./gradlew …`)
* Wait for the dependencies to be downloaded
* Choose `File -> Import… -> General -> Existing Projects into Workspace`
* Navigate to the root of the project and select it