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.
  2. 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.
  3. If you get a security message, you may need to go into your security settings and allow your computer to run the installer.