Skip to content

Instantly share code, notes, and snippets.

@matzew
Created June 21, 2018 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matzew/2267a17d9b07c13aed969f5138ec025c to your computer and use it in GitHub Desktop.
Save matzew/2267a17d9b07c13aed969f5138ec025c to your computer and use it in GitHub Desktop.
$ export JAVA_HOME=$HOME/openjdk11
$ bash install-jdk.sh -F 11 -L GPL --target $JAVA_HOME --workspace $HOME/.cache/install-jdk
install-jdk.sh 2018-06-01
Variables:
feature = 11
license = GPL
os = linux-x64
url = https://download.java.net/java/early_access/jdk11/18/GPL/openjdk-11-ea+18_linux-x64_bin.tar.gz
status = 200
archive = /home/travis/.cache/install-jdk/openjdk-11-ea+18_linux-x64_bin.tar.gz
Downloading JDK from https://download.java.net/java/early_access/jdk11/18/GPL/openjdk-11-ea+18_linux-x64_bin.tar.gz...
Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m
openjdk version "11-ea" 2018-09-25
OpenJDK Runtime Environment 18.9 (build 11-ea+18)
OpenJDK 64-Bit Server VM 18.9 (build 11-ea+18, mixed mode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment