rasheedamir / JavaTimeLab

A small lab for teaching the new java.time APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. Download the Java 8 beta: https://jdk8.java.net/download.html
  2. Install Intellij community edition http://www.jetbrains.com/idea/download/index.html
  3. Set the SDK to be the installed Java 8 JDK.
  4. Run the tests and try fix them :-).

About

A small lab for teaching the new java.time APIs


Languages

Language:Java 100.0%