Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 626 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 626 Bytes

GoTo Amsterdam 2019

Repository for findings, projects and knowledge from The GoTo Amsterdam 2019

Recommendations

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