How to install unlimited strength JCE for JRE 7 in MacOSX?

Andrea Mariottini picture Andrea Mariottini · Sep 3, 2012 · Viewed 39.6k times · Source

I installed Oracle JRE 7 (not JDK) for MacOSX but I can't locate where the JCE jurisdiction files are placed.

I need to replace them with the unlimited strength version.

Answer

Thom picture Thom · Jan 4, 2013

I've installed the Oracle JDK, and if it helps, the directory in my case was /Library/Java/JavaVirtualMachines/jdk1.7.0_09.jdk/Contents/Home/jre/lib/security/. Your mileage may vary, in which case just run find . -name local_policy.jar and see what it turns up.