Slashdot Mirror


Java SE 6 For Mac OS X

wchatam writes "After a long delay, Apple has finally released a version of Java 6 for OS X. 64-bit Intel Macs are starting to see this pushed out via Software Update, but there has not been an announcement for when 32-bit Intel and PowerPC Mac users will get their versions."

9 of 132 comments (clear)

  1. Re:So? by NTmatter · · Score: 4, Insightful

    I was about to say that this matters to the Java Fanbois, in the hope that they would finally get to play with the Java 6 features now that they're supported on the major platforms. "Doesn't run on Mac, must run everywhere" is a very solid argument against moving to Java 6.

    As it happens, I must be new here, and I accidentally read the article.

    Sadly, a Java 6 app still doesn't run everywhere. According to the Update, it'll only run on 64-bit Intel Macs with OSX 10.5.2 installed. If Apple doesn't do something about that fact, this update really doesn't mean much for anyone interested in developing for broad market deployment. This will only affect the tinkerers that happen to be running the latest version of OSX on 64-bit hardware, or developers that are fortunate enough to be able to target an audience that uses modernish technology.

    So, nothing to see here unless you're a bleeding-edge Java+Mac fanboi. Granted, that particular market segment has gotten the shaft for far too long. It's good to see at least a small step in the right direction.

  2. Re:So? by c_forq · · Score: 3, Informative

    All Macs have been 64-bit for quite a while now. The G5s were 64-bit (but that doesn't really matter, since this update is only for Intel Macs) and the only Intel Macs that aren't 64-bit are the original run of Mac Minis with the Core Solos, and the first iMacs with the Core Duos. All Intel MacBooks, MacBook Pros, and Mac Pros are 64-bit, along with any iMac since late 2006.

    --
    Computers allow humans to make mistakes at the fastest speeds known, with the possible exception of tequila and handguns
  3. Re:So? by FF0000+Phoenix · · Score: 3, Funny

    Well, somebody had to post. All of us Mac guys were too busy running our critical Java 6 stuff.

  4. Java6 for Intel 64, and now what? by theolein · · Score: 4, Interesting

    What reaaly bothers me about Apple is that their support for anything that doesn't come out of Cupertino seems to be either designed to bait end users into moving to Macs than anything else.

    When Apple brought out OS X in 2001, it was all smiles as the system came with free developer tools, a Java-Cocoa API that allowed you to use Java to write native Cocoa apps as well as a C/C++ API that also allowed you to write native Mac apps.

    The problem was that the Java-Cocoa api was buggy from the start, apart from having very slow response on a, at the time, very slow user interface. Apple never fixed some of the worst bugs in critical objects (PDF objects for example), and finally, in 2005, dropped further development for the Java-Cocoa bridge altogether.

    Last year, Apple dropped further development for the C/C++ API, which is having a major impact on big applications like Adobe's Creative Suite, which now have to move to Apple's in-house Objective-C api.

    The overall impression that I get is that Apple is only paying lip service to anything that doesn't come from Apple itself. Apple was known for this in the 90s and there was an acronym for that: NIH -Not Invented Here. This is also Microsoft suffers from, in its Embrace and Extend strategy.

    This had serious repurcussions for Apple in the 90s and I, as a long time Mac user worry if it won't happen again. Java6 was available for other platforms over two years ago, and now Java7 is even almost here.

    Seriously, if you're a Java developer, is there any actual reason to use Mac OSX? You're far better off using Eclipse on Linux.

    1. Re:Java6 for Intel 64, and now what? by theolein · · Score: 3, Insightful

      It doesn't really matter if I was marked troll. The only sad thing about it is that Mac fans are often very loyal to the platform no matter what Apple does. It makes it very difficult to level any constructive criticism at Apple, as Apple fans will often deny the criticism.

      Still, it's what kept Apple form going under in the 90s, so there must be something good about it.

  5. Re:So? by theolein · · Score: 3, Insightful

    I hate to bait you, but an appropriate comeback to that would be: Whereas as everybody else was running their critical Java6 stuff 2 years ago.

    There is a real problem at Apple with Java. Java6 was in beta 2 years ago at Apple, and has only been released in a crippled form for OSX, now. The thing is, Java7 is already on its way for the rest of the world.

  6. Why isn't this Sun's job? by argent · · Score: 3, Insightful

    Microsoft's support for Java on Windows theoretically ended in 2007, and if you want to run Java apps on Windows you go to http://www.java.com/en/index.jsp and download Java.

    If you're on Linux and you want to run Java apps, you go to the same place and download an RPM.

    On Solaris, of course, you go... guess where... and download Java.

    Last time I installed it on FreeBSD, I used the Linux binaries in Linus emulation mode. There's a FreeBSD Java project now.

    And Sun has recently announced that they'll be supporting Java on the iPhone.

    But if you have a Mac, Sun tells you to bugger off and ask Apple.

    I'm sure there's some good historical reason for this weird exception, but given that Sun's supporting Java on much smaller platforms than Mac OS X, wouldn't it be in Sun's interest to take on the Mac as well if whatever legacy business agreement with Apple isn't working out? If they did that, then possibly it'd even become possible to get up-to-date Java support for older versions of OS X.

    How about it, Sun, are you willing to put your programmers where your mouth is?

  7. Re:No, really, what's Sun up to? by ChunderDownunder · · Score: 4, Interesting

    On licensing, the BSD port licensed its code from Sun under a different license before Java went GPL.

    At the moment, legal eagles are working through some paperwork regarding acceptance of this code into the GPL source tree. But in coming months we'll hopefully see the BSD and, by extension, Landon Fuller's OS X work hosted in the main openjdk codebase. Patience...

    Now on the other matter, the OS X Java, there have been pleadings from Java developers in the past for Sun to take the reins and do an official port. Particularly a few months ago when Leopard shipped without Java 6.

    What makes the port to OS X harder than, say, Linux? Among other things:

    * A Cocoa implementation of AWT
    * Porting the hotspot virtual machine to PPC
    * native libraries, e.g. the Java-Cocoa bridge

    These are not trivial tasks they require some expertise of OS X and PowerPC internals. If they were simple to implement, Apple wouldn't be 2 years late. For Sun to replicate these existing features from scratch would take many man years. And for 10%, or thereabouts, of the desktop market they obviously don't see a cost benefit. Would Sun be willing to 'buy back' Apple's source tree and GPL it? Some OS X internals Apple may not wish to expose (IP issues) and like Sun's codebase be encumbered by code they don't own.

    Ultimately some of the ball is in Apple's court. They have sought to maintain their own Java port for competitive reasons such as low level OS integration. But what competitive advantage they deem to have when their releases are a full version behind Linux, Solaris and Windows is debatable.

    Would Apple publish changes back to openjdk? They seem reluctant to. One benefit:

    * PowerPC hotspot - someone else can maintain legacy architecture support for the G4. Who else have a vested interest in openjdk? Redhat, who have signalled intentions to support multiple architectures besides x86. Do Apple and Redhat really compete for the same markets, aside from a few Xserves???

  8. Re:Letter of apology by Moochman · · Score: 4, Insightful

    This is starting to get ridiculous. Over the last few weeks it has somehow become trendy on Slashdot to make ridiculous jabs at "Java". Not any specific aspect or technology of Java, just "Java". And not anything specific about it, not even the stupid parroting that it's "slow", just things like "it's an abomination" etc.

    It's getting really old. At first it was stupidly amusing, now it's just stupid.

    Java is a powerful, performant (by far moreso than the current batch of oh-so-trendy interpreted languages), cross-platform, *open-source* set of technologies. This suggests to me that it offers a lot to users of all platforms, especially open-source ones. In fact, it doesn't just suggest this to me. It does offer a lot to users of all platforms, and has been doing so for quite some time now. The fact that Slashdot has now become a playground for groundlessly insulting "Java" in the hopes of scoring a few mod points from the (as usual) hopelessly juvenile Slashdot moderators, makes me sad.

    I know it's not trendy to bust into your acerbic sarcasm-filled world with my serious comment here. But somehow I doubt there are many people (aside from a few hard-core .NET missionaries) who would seriously want to see the downfall of Java anytime soon. Yet unfortunately, all you are doing by making these sorts of jokes is needlessly acting to divide a healthy open-source community and reduce enthusiasm for Java. There is a wide diversity of tools and technologies out there, all with unique advantages. Java is one of them. As someone who supports and uses Java, I'm getting sick and tired of standing by while Slashdot scheisters such as Mr Coward here hi-five each other every day for upping the Java-deprecation ante.

    Go poke fun at BASIC or something. Leave Java alone.