JCE strength dynamic selection
843829Nov 20 2005 — edited Dec 1 2005Helo,
We would like to configure JCE, because some applications need it.
Most of the applications can work with the default US_export_policy.jar and local_policy.jar, but one of them needs the "Unlimited Strength Jurisdiction Policy Files" version, what means that we have to verwrite the US_export_policy.jar and local_policy.jar files in the jre\lib\security directory.
We do not want to duplicate the JVM installation because of this; is it possible to use the default JVM installation, and somehow specify to the JVM (-D:.., bootclasspath etc. or any other method) that use the unlimited strength version files from an other location than the default?