Monday, August 27, 2012

Enabling Java plugins in OS/X Mountain Lion

Apple recently released MacOS/X version 10.8 also known as Mountain Lion. I actually needed to run something in my browser using the Java plugin to get some work done. Due to a security hole in Java, Apple decided they needed to make it so you were only running Java if you REALLY wanted to be running Java. Here's what I had to do to get Java running again.

1. Go to the web page that uses Java. Really any web page that uses Java will do. If you just want to test it out, you can go to Sun's Oracle's* test page here at this Java.com test page. If you are testing with this page, you will need to reload this page after step #4 and click the button that says test the current version of Java.

2. You should get a popup asking if you want to install Java. Go ahead and say yes. This will install the Java runtime on your system and make it available for standalone apps and your web browser plugins. The steps after this one are required to enable Java for browser plugins and Web Start apps.

3. You will now need to run an application called "Java Preferences." A quick Spotlight search should bring it right up.

4. Click on the "General" tab if it is not already selected and then check the "Enable applet plug-in and Web Start Applications" box.

5. In my case, this was a Web Start application I needed to run so I also had to go into the System Preferences and allow all applications to run. This can be found in "Security and Privacy" area then "General" tab and then "Allow applications downloaded from" needs to have the "Anywhere" button selected to allow Java Web Start applications that have not been signed with a developer certificate.

I hope this info is helpful as I spent a bit of time tracking down all the required steps and wondering why things weren't working.

* I know it's old news, I'm still not used to it.