Posted on 02-21-2013 03:44 AM
Hi.
We have Java 7 Update 13/now 15 in our environment.
We are not able to disable the automatic update function of Java.
We tried to use the com.oracle.javadeloyment.plist that we have modified before and filled the user template with it.
But it's still want to update (checkbox marked).
Thanks for further advice.
Cheers
Solved! Go to Solution.
Posted on 02-21-2013 07:53 AM
Have a look at this. Worked a treat for me.
Posted on 02-21-2013 07:25 AM
HI Maik,
I have worked directly with JAMF support on this, they were unable to resolve the issue and ultimately closed the ticket without a solution, I do know that they were trying to solve it with scripting without success. I wish I had better news but for now it looks like there is no way to disable the auto update checkbox.
Posted on 02-21-2013 07:53 AM
Have a look at this. Worked a treat for me.
Posted on 02-21-2013 08:42 AM
i would think that either removing
/Library/LaunchAgents/com.oracle.java.Java-Updater.plist
or
defaults write /Library/LaunchAgents/com.oracle.java.Java-Updater.plist Disabled -bool yes
would do the trick.
Posted on 02-21-2013 09:28 AM
Just tried the script Jared mentioned, confirmed working...
(and can confirm that thte plist method does not work)
Posted on 02-21-2013 09:41 AM
Thank you Jared,
This is an awesome find!
Posted on 02-22-2013 12:51 AM
Thanks to all.
I can confirm that the script works like charm!!!
Thanks a mill.
plist ist not working :-(. But thanks.
Posted on 02-25-2013 12:15 PM
Also, working great for me on v7
Posted on 03-02-2013 10:45 PM
fyi~ I've updated the script on the linked thread to also suppress the update prompt when you open a Java app while using an older version of Java. Previously, the script was unchecking the "Check for Updates" option and removing the Launch Agent that checks for updates periodically. However, if you were still on an older version of the plugin, it would prompt to update when you opened a Java app. If you've been using the previous version of the script, I'd suggest grabbing this updated version and testing, then using that.
Let me know if/how it can be improved.
Posted on 03-21-2013 08:29 AM
Script worked like a charm for my needs Andrew! Thanks!
Posted on 03-21-2013 08:29 AM
Script worked like a charm for my needs Andrew! Thanks!
Posted on 03-21-2013 08:29 AM
Script worked like a charm for my needs Andrew! Thanks!
Posted on 11-07-2017 01:50 AM
For Java 8, i just did a fresh install of java and then ran composer to pull out the autoupdate file after turning auto updates off....