Skip to content

Instantly share code, notes, and snippets.

@uspython
Forked from wavezhang/java_download.sh
Created September 15, 2023 13:15
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 uspython/fccc965ec13700c3c4ac9c76051cce7f to your computer and use it in GitHub Desktop.
Save uspython/fccc965ec13700c3c4ac9c76051cce7f to your computer and use it in GitHub Desktop.
download java from oracle without login
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment