- Git, gradle, etc: if you’re not comfortable with the
development/testing workflow, address that now.
- Labs are the officially supported development environment. We can’t
promise to get things working on your personal machine. That said:
install java 17, and gradle 7 and you should be good to go.
- On mac, this can look something like:
- Install homebrew: https://brew.sh/
brew install openjdk@17
brew install gradle@7
- On windows, this looks something like:
- Install Ubuntu 22.04 under WSL
sudo apt-get install openjdk-17-jdk
sudo apt-get install gradle
- Instead of me interrupting to poll, let’s try voting for
Exercises/Problems of interest on the whiteboard.