


Simply run the command: sudo apt install openjdk-17-jdk openjdk-17-source Windows and macOS:

Either version should work for this class. Note: Java SE 17 is the current Long-Term Support (LTS) release, but Java SE 16 is the version installed on the CS lab machines. The JDK we recommend is OpenJDK, an open source implementation of Java SE (Standard Edition). In order to compile Java programs on your computer, you will first need to install the Java Development Kit (JDK). Skip this step if you're on a CS lab machine Java is already installed. This page shows you how to install and configure Eclipse on your own computer. Throughout the course, we will use Eclipse as our primary development environment.
