Apple has released an update to Java for OS X, updating Java SE 6 to version 1.6.0_31. The update, called Java for OS X Lion 2012-001, "delivers improved reliability, security, and compatibility for Java SE 6".
Apple hasn't updated its security page with details of the fixes in the update, but it may fix the vulnerability detailed across the web in recent days.
Apple released the same update for Snow Leopard, as well. The downloads can be acquired from Apple's support downloads page, or via Software Update.
Top Rated Comments
Are you getting confused with Javascript?
Java ( applets) isn't used frequently on websites these days.
The next version of Java (SE7) will still be coming to the Mac, it just won't have Apple branding.
Was? It still --IS-- the most popular programming language on the planet, with Android and the ENTIRE enterprise market as its main strongholds.
Also, it is more than just a programming language or a simple framework. It is a full operating system-independent software platform.
But yes, C# and .NET are nice. And thanks to the people behind Mono, very interoperable with Java.
...and if you don’t have the JRE installed, you won’t get a system update for Java.
Java is a programming language, it was pretty big at one point, one of the big advantages was that it compiled to an intermediate code that’s interpreted, so it allowed for “write once, run everywhere”, particularly as a client application.
It’s also used in backend services, and in fact, we did quite a bit of Java using J2EE (it’s an enterprise framework that provides DB/messaging/etc.), also did some client apps (wrote a CMS back in the late 90’s, I think it’s still in the Sun or Oracle catalog archives).
It was easy to distribute Java apps through a web interface, so you got centralized app management combined with a rich client environment.
Android apps can also be written in Java which let’s them be run on different CPU architectures and such. Since they’re run through a runtime interpreter (that’s the JRE that’s mentioned in the OSX configuration app, Java Runtime Engine), they’re [generally] not as fast as native code.
There’s still some client apps written in it like VPN/remote access apps, and things like the Oracle DB dev tool. It’s kind of few and far between for client apps, but still in reasonably decent use for the web (any sites you see running *.jsp are Java based backends).
Syntactically C# borrows quite a bit from Java (one reason I went from Java to C#).
Care to mention the source for this information?