Skip to main content
Question

Oracle Java 7 update 17 and webstart

  • March 15, 2013
  • 6 replies
  • 18 views

roiegat
Forum|alt.badge.img+16

So we've been having issues at our work because Xprotect seems to be disabling java forcing us to upgrade. While I've been working on getting Xprotect to stop this, seems like every update they re-activate the Xprotect.

So the question is, once I push the latest Oracle Java package to the users, how do I webstart it? We've had issues where people were installing it, but could not VPN. What seems to work is going to a website like javatester.org and testing it there to make sure it's live, and then VPNing. But I would like to script it somehow that Java webstart as soon as it's installed. Any ideas? Anyone constatly playing cat and mouse with Apple vs Java?

6 replies

Forum|alt.badge.img+31
  • Hall of Fame
  • March 15, 2013

I'm not sure about the webstart issue you're seeing, but here's how I'm managing XProtect with regards to the Java plug-in:

http://derflounder.wordpress.com/2013/02/24/managing-java-browser-plug-in-settings-for-apples-xprotect-malware-protection/


Forum|alt.badge.img+7
  • Contributor
  • March 15, 2013

I'm having the same issue. The Java 7 plug-in is set as "inactive plug-in" in Safari by default after install. I'd like a scriptable way to enable it for the user. Rich, you had written a script to activate the Java 6 plug-in, but I'm not sure how to do so for Java 7...


Forum|alt.badge.img+31
  • Hall of Fame
  • March 16, 2013

It took a bit, but I've figured out how Apple's disabling the Java plug-in in Safari 6.0.3. Post with the details is here:

http://derflounder.wordpress.com/2013/03/16/automatically-enable-the-java-web-plug-ins-setting-in-safari-6-0-3-and-later/

My updated enable_java_web_plugins_at_login script is available from here:

https://github.com/rtrouton/rtrouton_scripts/tree/master/rtrouton_scripts/enable_java_web_plugins_at_login


roiegat
Forum|alt.badge.img+16
  • Author
  • Valued Contributor
  • March 18, 2013

Thanks rtrouton. Going to check out your script and look at the link.

Just seems crazy how much back and forth Apple and Java are going at it. The positive aspect is that our VPN folks are finally willing to consider a JAVA-less VPN method.


Forum|alt.badge.img+7
  • Contributor
  • March 18, 2013

Thanks Rich!


Forum|alt.badge.img+21
  • Honored Contributor
  • March 21, 2013

Thanks Rich. This is great :)