alternative JCE providers?

Misagh Moayyed mmoayyed at unicon.net
Wed Sep 16 08:07:10 EDT 2015


> This creates the need for the JCE "Unlimited Strength Jurisdiction
> Policy Files", which can only be gotten after accepting the "Oracle
Binary
> Code License Agreement", and cannot even be downloaded from a console or
> text terminal, as the website to download the JCE policy files doesn't
> even render the download (or "Accept License Agreement") links in HTML.
> 

If you wish to automate the process, would something like this help?

wget --no-check-certificate --no-cookies --header "Cookie:
oraclelicense=accept-securebackup-cookie" <url>

This lets me download the JDK. I would suppose the same link for JCE
should work just as well. 


More information about the users mailing list