Installing Java JDK

less than 1 minute read

In this class, we will be using several programs written in Java. If you already have the Java JDK installed, no need to follow these instructions. If you do need to install the Java JDK on your local machine, I recommend OpenJDK which is fully open source. To download it, follow these instructions:

  1. Go to https://adoptium.net/temurin/releases/?version=11 and select the appropriate version of the JDK for your operating system (Windows, MacOS, etc.) and architecture (probably x64 for most of you (M1 Macs should choose aarch64)).
  2. Click the .msi or .pkg button, which should save an installer file to your hard drive.
  3. Navigate to the installer file, execute it, and follow the instructions to install the Java JDK on your local machine. I recommend keeping all the default settings in the installer.