From 26553b29654725460983f2d0e19b8206da586c2f Mon Sep 17 00:00:00 2001 From: Shane <shane@axiomdatascience.com> Date: Fri, 11 Mar 2016 08:46:42 +0800 Subject: [PATCH] Add ability to enable strong cryptography with Oracle JDK --- README.md | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index b7d90b6..360517a 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ [webupd8team's Oracle JDK installer](https://launchpad.net/~webupd8team/+archive/ubuntu/java/+packages) (usually the latest version available from Oracle) and place it in `resources` before building. +To enable strong cryptography when using the Oracle JDK (recommended), download the +[Oracle Java policy jar zip](http://docs.geoserver.org/latest/en/user/production/java.html#oracle-java) +for the correct JDK version and place it at `resources/jce_policy.zip` before building. + ### Building with plugins To build a GeoServer image with plugins (e.g. SQL Server plugin, Excel output plugin), -- Gitblit v0.0.0-SNAPSHOT