William-Yeh / ansible-oracle-java

An Ansible role that installs Oracle JDK, in the format for Ansible Galaxy.
https://galaxy.ansible.com/williamyeh/oracle-java/
Apache License 2.0
170 stars 133 forks source link

Fix JCE installation to be independent (and work on Mac) #40

Closed mmannerm closed 7 years ago

mmannerm commented 8 years ago

Separated JCE installation from Java installation to make it more repeatable and possible to be triggered even after Java has already been installed. Detects if JCE is already enabled, i.e. strong cryptographic operations are possible in the Oracle Java interpreter (with jrunscript).

Fixed the JCE installation for Mac.

William-Yeh commented 7 years ago

Merged. Thanks for your contribution.