Installation guide

Install Java Cryptography Extension

  1. Download the version that matches your installed JVM (e.g. UnlimitedJCEPolicyJDK7.zip)
    • JCE for Java 6 can be downloaded from here
    • JCE for Java 7 can be downloaded from here
  2. Unzip the downloaded zip
  3. Copy local_policy.jar and US_export_policy.jar to the $JAVA_HOME\jre\lib\security folder

These jars may be already there, so you will have to overwrite them. Before doing so, we advise you to create a backup of the existing files

Feedback