/jce-chocolatey-package

Chocolatey package for the JCE (Unlimited Strength Java Cryptography Extension Policy Files)

GNU General Public License v3.0GPL-3.0

JCE chocolatey package

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

Build from source:

  1. Install Chocolatey.
  2. Open cmd with admin rights in jce package directory.
  3. Pack NuGet Package (.nupkg).
cpack
  1. 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.