Repository for findings, projects and knowledge from The GoTo Amsterdam 2019
Make sure Java 11 is installed: AdoptOpenJDK (a more recent version can be used for these labs as well).
You can find the JavaDoc for Java 11 here.
Alternatively you can use Brew to install java.
Just fire this command
brew cask install java
You can verify the version with
brew cask info java