Skip to content
QuYuchenSherry edited this page Jan 10, 2022 · 2 revisions

Setting Up Java


We will be mainly using jdk-11 for CS2030!


Under Ubuntu (WSL): Follow these two commands to set up Java on your machine:

sudo apt update
sudo apt install openjdk-11-jdk

Under Mac: Follow these comamnds to set up Java on your machine:

brew tap AdoptOpenJDK/openjdk
brew install --cask adoptopenjdk11