Java
  • 09 Mar 2023
  • Dark
    Light

Java

  • Dark
    Light

Article Summary

Introduction

Prerequisites

JDK:

Use jdk 1.7 or higher.

Unlimited Strength Jurisdiction Policy:

Make sure your JDK supports unlimited key length.

If the SDK is throwing Unlimited Strength Jurisdiction Policy assertion errors on startup, follow the instructions below:

  1. Download JCE for jdk17 or for jdk18.
  2. Replace local_policy.jar and US_export_policy.jar in your $JAVA_HOME/jre/lib/security/ with those you have downloaded.
  3. Run your project again and the Unlimited Strength Jurisdiction Policy error should no appear.

Was this article helpful?

What's Next