New way to download java from terminal
New Way:
curl -L --header "Cookie: oraclelicense=accept-securebackup-cookie"   $JAVA_DOWNLOAD_URL -o $JAVA_FILEold way is no longer supported and new need to be used since oracle has changed cookie policy.
Old Way:
curl -L --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com;" $JAVA_DOWNLOAD_URL -o $JAVA_FILEWritten by Hikmat Dhamee
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
 #Cookie 
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#

 
 
 
 
