-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JCE Unlimited Strength should be put under resources/oracle_jre/jre/lib/security/ in case of using Oracle JRE #196
Comments
Just to double check I've just enumerated the list of files in the Oracle JRE. I think you'll find that there is no |
I think the confusion is that if you download the "server jre", which appears to be structured like a JDK, the directory path is different. Can we make a note of that in the docs?
|
@nebhale We need to make a note in docs. If follow current docs at [1], it won't work for Oracle JRE because it require local_policy.jar to be added under resources/oracle_jre/jre/lib/security/ instead of resources/oracle_jre/lib/security. |
Could you submit a pull request with the changed docs please. To make sure we get it right. Thanks. |
@devtdeng Actually, |
Document local_policy.jar location for 'server jre' See: #196
In case os using Oracle JRE, JCE Unlimited Strength local_policy.jar should be added to
resources/oracle_jre/jre/lib/security/
instead ofresources/oracle_jre/lib/security
.Please correct documentation at
https://github.com/cloudfoundry/java-buildpack/blob/master/docs/jre-oracle_jre.md#additional-resources
The text was updated successfully, but these errors were encountered: