Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JCE strength dynamic selection

843829Nov 20 2005 — edited Dec 1 2005
Helo,

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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 29 2005
Added on Nov 20 2005
1 comment
110 views