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
- Host: GitHub
- URL: https://github.com/onero/gotoamsterdam2019
- Owner: onero
- License: mit
- Created: 2019-06-18T06:00:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T06:26:03.000Z (almost 6 years ago)
- Last Synced: 2025-01-14T07:12:07.963Z (4 months ago)
- Topics: java-http-client, java-modules, java-optional, java-process, java10, java11, java12, java9
- Language: Java
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```