Basic lab for helping to learn new concepts in java.time
Solutions have been removed, but can be found in this commit: 481a59e457a154cbaa7d3aadaa843bab5c7c9db5
To get the example up and running use your favourite IDE and run the unit tests.
Pre Java 8 Release Instructions with Intellij
- Download the Java 8 beta: https://jdk8.java.net/download.html
- Install Intellij community edition http://www.jetbrains.com/idea/download/index.html
- Set the SDK to be the installed Java 8 JDK.
- Run the tests and try fix them :-).