An open API service indexing awesome lists of open source software.

https://github.com/onero/gotoamsterdam2019

Projects and Knowledge related to the conference
https://github.com/onero/gotoamsterdam2019

java-http-client java-modules java-optional java-process java10 java11 java12 java9

Last synced: 2 months ago
JSON representation

Projects and Knowledge related to the conference

Awesome Lists containing this project

README

        

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

## Recommendations
Make sure Java 11 is installed: [AdoptOpenJDK](https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot) (a more recent version can be used for these labs as well).
You can find the JavaDoc for Java 11 [here](https://docs.oracle.com/en/java/javase/11/docs/api/index.html).

Alternatively you can use [Brew](https://docs.brew.sh/Installation.html) to install java.
Just fire this command
```brew cask install java ```
You can verify the version with
```brew cask info java```