Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Install JDK 11

Brian Clozel edited this page Oct 19, 2021 · 1 revision

Goal

Install JDK 11, which Sagan depends on to build and run.

Prerequisites

None

Steps

Install

  1. Download and install JDK 11
  2. Once installed, verify that JDK binaries are properly on your PATH:
➜  ~ javac -version
javac 11.0.12

Next Steps

Return to set up environment.