How to turn off Java 7u21/25 Security Prompts?
Is there a way to do this?
Answers (2)
I wrote a blog about this:
http://www.itninja.com/blog/view/java-7-update-25-best-way-to-deploy-with-customized-settings
See point 6.
deployment.security.level=MEDIUM#sthash.xTgN6Goo.dpuf
Also check this link:
http://docs.oracle.com/javase/7/docs/technotes/guides/deployment/deployment-guide/properties.html
Comments:
-
From what I understand though, Medium security level is still very vocal - SkubaSteeve 11 years ago
-
Please just read the second link, there you can find all settings. But I posted the right Property Key under this post. I hope I could help. - tecrumors 11 years ago
Property Key: deployment.insecure.jres
Strings:
"NEVER": Untrusted content will always run with the default JRE
"PROMPT": Prompt user before using insecure JRE versions; users will see the new warning dialogs
"ALWAYS": Untrusted content will run with the requested JRE without any prompting
You can specify this value with the Java Control Panel Advanced tab setting, Insecure JRE versions.
Comments:
-
-
Altiris IT Management Suite 7.1 - tecrumors 11 years ago