Updating Java and Toggling Advanced Settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 05-09-2016 05:28 AM
Hello everyone,
Very much a newbie question, but I'm looking to see if anyone has any luck with configuring settings within Java's control panel. The process of upgrading Java, I've found, is by simply dropping the .pkg into CA. However, does anyone have a best suggestion for configuring settings:
Specifically disabling
- Use SSL 2.0 compatible ClientHello Format
- Use TLS 1.1
- Use TLS 1.2
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 05-09-2016 07:02 AM
Those settings appear to be saved in /Users/yourname/Library/Application Support/Oracle/Java/Deployment/deployment.properties.
My favorite way to track down what file is modified is to use a tool called 'fs_usage'.
- type 'sudo fs_usage > /tmp/fsuse.out'
- Make your edit (in this case to java prefs.
- Press Control-C to end the fs_usage task
- Look through the output (type: 'more /tmp/fsuse.out') for any preference file that might contain your data. Note that fs_usage generates a lot of output, so get your java control panel ready before you start it.
