Use jdk 1.7
or higher.
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:
- Download
JCE
for jdk17 or for jdk18.
- Replace
local_policy.jar
and US_export_policy.jar
in your $JAVA_HOME/jre/lib/security/
with those you have downloaded.
- Run your project again and the
Unlimited Strength Jurisdiction Policy
error should no appear.