Skip to content

Instantly share code, notes, and snippets.

@YuniqueUnic
Forked from wavezhang/java_download.sh
Created August 14, 2023 15:49
Show Gist options
  • Save YuniqueUnic/e2ef9284d8c3d935f47c2d0ed7c76155 to your computer and use it in GitHub Desktop.
Save YuniqueUnic/e2ef9284d8c3d935f47c2d0ed7c76155 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
@YuniqueUnic
Copy link
Author

java_download Without account

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