Basic coding problems in Arrays, Strings and other data structures
Download JDK17 from https://www.oracle.com/java/technologies/downloads/#jdk17-mac
- For Mac users, you can download the installer package or the tar ball and unzip it into the folder
- Set the JAVA_HOME env param by adding the following to your .bashrc or .zshrc file in your ~ folder on the Terminal app
- export JAVA_HOME="path where it is installed"
- export PATH=$PATH:$JAVA_HOME/bin
- Verify by opening the terminal app again and typing java --version to see if JDK17 shows up
Download VSCode and set it to use Java17