changeset 7942:1ed30c084e3d

8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9) Reviewed-by: alexp
author bae
date Wed, 24 Sep 2014 12:40:07 +0100
parents 9ac8a27d7d19
children 1071ca9817d2 219a2687c3f9
files src/share/demo/README
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/demo/README	Tue Sep 23 09:06:39 2014 +0200
+++ b/src/share/demo/README	Wed Sep 24 12:40:07 2014 +0100
@@ -4,3 +4,12 @@
 production-quality application, such as security checks, input
 validation, and proper error handling, might not be present in the
 sample code.
+
+In some cases, the default security settings may block an execution
+of demo applets in a browser. To adjust the security settings, please
+refer to the following resource:
+
+http://java.com/en/download/help/java_blocked.xml
+
+Some demo applets need to be accessed through the HTTP or HTTPS
+protocols to enable access to the required resources.