Skip to content

Instantly share code, notes, and snippets.

@bb-vikrantshetty
Forked from hgomez/download-java8.sh
Created March 15, 2023 05:27
Show Gist options
  • Save bb-vikrantshetty/608fda011185782360ed15488cf8b293 to your computer and use it in GitHub Desktop.
Save bb-vikrantshetty/608fda011185782360ed15488cf8b293 to your computer and use it in GitHub Desktop.
wget to download Java 8
wget --continue --no-check-certificate -O jdk-8-linux-x64.tar.gz --header Cookie: oraclelicense=a http://download.oracle.com/otn-pub/java/jdk/8-b132/jdk-8-linux-x64.tar.gz
@bb-vikrantshetty
Copy link
Author

jdk 11 download

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment