8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
authorbae
Mon, 22 Sep 2014 15:57:34 +0100
changeset 26756 2f8b9266922b
parent 26755 70eafa5df34b
child 26757 38c52f39b931
8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9) Reviewed-by: alexp
jdk/src/demo/share/README
--- a/jdk/src/demo/share/README	Mon Sep 22 11:25:33 2014 +0400
+++ b/jdk/src/demo/share/README	Mon Sep 22 15:57:34 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.