Search⌘ K
AI Features

Technical Requirements

Explore the steps to prepare your Java development environment with IntelliJ IDEA, Amazon Corretto Java 17 JDK, JUnit 5, AssertJ, and Gradle. Learn how to install the IDE, clone the starter project, and configure essential libraries to support test-driven development in Java.

To code along—which we highly recommend—you need to set up your development environment first. This will use the excellent JetBrains IntelliJ Java IDE, ...