On 02/07/2012 16:00, Jason Uh wrote:
This change is documentation for allowing a user to specify an alternate java.security file.Webrev: http://cr.openjdk.java.net/~juh/7133344/webrev.00/ CR: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7133344
+# An alternate java.security properties file may be specified +# from the command line via the system property +# +# java.security.properties=<URL> I think that should be: +# -Djava.security.properties=<URL> Tom