Deploy Java 8 with custom security settings?
Craig Mohr
Has anyone deployed Java 8 with custom security settings? We need to remove all instances of java 6 and 7 and deploy the last free version of 8 for a set of users and also set an internal website as allowed to run in the security settings. This option is already set in the old versions but its removed when uninstalling.. Has anyone figured out how to deploy these settings to the users also?
1
Comments
https://www.pdq.com/blog/managing-javas-control-panel-exception-site-list/
I do something similar as we use RDS farms. I have a GPO that copies the file "exception.sites" to %userprofile%\appdata\LocalLow\Sun\Java\Deployment\security\

LOL your search foo is better than mine. Thanks for all the helpful answers!