Got some problem with the lastest java?
After the last java upgrade Apple removed a Java plugin from all Mac-compatible Web browsers.
Java Web Start splash screen process exiting ..... Bad installation. No JRE found in configuration file
Apple has updated Xprotect anti-malware, stopping all Java Web Components with a version number below 1.6.0_37-b06-435. Unfortunately, this Java version is not yet available.
An easy solution is to run this command:
sudo /usr/libexec/PlistBuddy -c "Delete :JavaWebComponentVersionMinimum" /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta.plist
This will remove the key that refers to the minimun version.
JavaWebComponentVersionMinimum 1.6.0_37-b06-435
Great work. This works fine
Thank you , thank you , thank you. You are my hero.
we’ve been banging our collective heads against the keyboard trying to figure this one out. Thank You.
It’s too early to tell, but I think you just made the day of a lot of people here.
OMG it works! thank you thank you thank you thank you thank you!
May I reiterate the praise for your post. We have been locked out of our invoicing software all day until I saw this post. It allowed the Java launcher to work as needed. Thanks a million.
Thank you very much. This fix worked for me. This worked yesterday, but not today. I didn’t update anything. I am running:
java version “1.6.0_37”
Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909)
Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01-434, mixed mode)
What could have happened between today and yesterday?
Hi bbrown,
You can always try to comment out the right lines in “XProtect.meta.plist”, see a few posts below how.
I mean it!
Runescape Gold http://be100radio.com/index.php?do=/blog/85358/community-corner-may-from-runescape/
Thanks, Awesome. Worked perfectly for me too.
What types of security issues does using this fix create?
Well commenting out that line will allow ANY 1.6 to be used for Java WebStart and so _may_ be a _security issue_!
An update to the Apple Developer 1.6.0_38 should solve the problem as well.
Thanks! If I did this action and I want to undo it, can you provide a command for that for me? Thanks!
Hi Ben,
Then I would do something else.
Open with an editor for example “vi” this file
Inside near the end look for the following lines:
<key>com.oracle.java.JavaAppletPlugin</key> <dict> <key>MinimumPlugInBundleVersion</key> <string>1.7.11.22</string> </dict>and comment them out
<!-- <pre> <key>com.oracle.java.JavaAppletPlugin</key> <dict> <key>MinimumPlugInBundleVersion</key> <string>1.7.11.22</string> </dict> -->Now if you want to roll back, remove the comments. Easy.
Your second solution works too. Thanks. I just already did the first fix that you posted on another machine and I want to un do it to avoid the security risk.
You saved the DAY!!! THANK YOU!
Thanks!!! Works perfectly..
Thanks for the info, been beating my head against the wall since Friday on this!
Why not just update to Java 7? Then you get a more secure version of Java that will run Web Start? http://java.com/en/
Hi Scott,
There are products out there which require Java 6 and are not compatible with Java 7 yet.
Thanks a bunch!! You saved me.
Thanks a lot, saved my day.
Apple did it again today. Anyway to disable Xprotect?
Hi bbrown,
Probably with this
But I didn’t test it and I wouldn’t do it. I would install the latest Apple Developer 1.6.0_xx instead.
What version do you have at the moment?
Thanks a lot! You made my day!!!
Thank you – tried everything (OS X Mountain Lion) and this is the only thing that worked!!
This finally struck me today. Thanks for the fix!!!
Hi,
i almost quit using mac due to this java update. you saved me.
I did the following as you suggested. However after rebooting my mac, this update goes away. Some process is updating it back when i reboot my mac. is there a way i can make this permanent.
<!–
com.oracle.java.JavaAppletPlugin
MinimumPlugInBundleVersion
1.7.11.22
–>
Hi Venki,
You could create a sh script and use one of these procedure to execute it at the boot
http://stackoverflow.com/questions/6442364/running-script-upon-login-mac
http://macosx.com/forums/unix-x11/32237-how-run-script-startup.html
Thank you. That helps.
Thanks for sharing this, it has been a lifesaver for me for a number of months now until recently it no longer seems to work. I t was working before but now when I use this in the terminal this is what it says:
Delete: Entry, “:JavaWebComponentVersionMinimum”, Does Not Exist
Is anyone else getting the same issue? Is there a new work around?
Hi Warren Lee,
Did you switch from Java 6 to Java 7 and back again recently? Try this
https://www.racoonlab.com/2013/01/how-to-re-enable-the-apple-provided-java-se-6-applet-plug-in-and-web-start-functionality/