Chocolatey package for the JCE (Unlimited Strength Java Cryptography Extension Policy Files)
This chocolatey package adds the JCE to latest installed Java SDK. The The JAVA_HOME
environment variable has to point to the JDK. If JAVA_HOME
is not set, nothing will be changed. The original files are backuped (renamed to *_old
) and can be reverted at any time. This package is a perfect addion to the JDK8 package.
Install with Chocolatey
choco install jce -y
- Install Chocolatey.
- Open cmd with admin rights in jce package directory.
- Pack NuGet Package (.nupkg).
cpack
- Install JCE NuGet Package.
choco install jce -fdv -s . -y
###Disclaimer This is not an official project of Oracle. It`s only easy of the manual installation: It downloads the JCE from oracle.com and unpacks it to the installed JDK.