Linked by Thom Holwerda on Fri 26th Oct 2007 12:08 UTC
Mac OS X Today, Apple is unleashing Mac OS X 10.5 Leopard onto the world. It's already available to people in Australia and New Zealand (you liking it, Kaiwai?), and Europe and the US will follow later today. There's an article on what's new for Ruby developers, while others want to figure out what Leopard means to the 'enterprise' (I love those silly business terms). Update by AS: My copy of Leopard was slated for a 10AM delivery, but didn't arrive. I called FedEx and a CSR told me that an internal memo was just released; Apple has apparently waved the shipping deadline for all packages today and requested delivery be rescheduled at the end of the business day. Update 2 by AS: Ok, we've received our copy. How about you other US'ers?
Thread beginning with comment 280961
To read all comments associated with this story, please click here.
where's java 6?
by gsmd on Fri 26th Oct 2007 12:53 UTC
gsmd
Member since:
2007-02-02

Does it support Java 6? This isn't mentioned in the official new features list: http://www.apple.com/macosx/features/300.html
In case it doesn't, Leopard has nothing to do with 'enterprise' whatsoever.
Lame Java support is what always prevented me from buying a Mac.

Edited 2007-10-26 12:56

RE: where's java 6?
by Jonix on Fri 26th Oct 2007 13:04 in reply to "where's java 6?"
Jonix Member since:
2007-02-14

I was thinking about your comment about bad Java support out of the box. I started thinking which operating system that includes Java.

Windows don't include any version of Java, so far I know.

Most Linux distributions does not include Java out of the box, because legal reason. This will change very quickly now when Java has been GPL:ed

Mac OSX includes Java out of the box, perhaps not the latest version.

It is fairly easy to install the latest Java (JRE and JVM) on all the above mentioned systems.

So I'm a bit curious about which operating systems you are running now, so may I humbly ask what OS you are running?

Reply Parent Bookmark Score: 2

RE[2]: where's java 6?
by MattGS on Fri 26th Oct 2007 13:28 in reply to "RE: where's java 6?"
MattGS Member since:
2005-08-22

I hope someone proves me wrong but I think there just isn't any kind of Java 6 for Mac. So it's not a question of Java being bundled with the system but the availability of Java 6 for Mac.

Reply Parent Bookmark Score: 2

RE[2]: where's java 6?
by thebluesgnr on Fri 26th Oct 2007 13:38 in reply to "RE: where's java 6?"
thebluesgnr Member since:
2005-11-14

The problem is that there's no Java 6 for Mac OS X, not that it isn't bundled by default.

Edited 2007-10-26 13:38

Reply Parent Bookmark Score: 2

RE[2]: where's java 6?
by gsmd on Fri 26th Oct 2007 13:40 in reply to "RE: where's java 6?"
gsmd Member since:
2007-02-02

At least 1.5.0_13 is there.

Edited 2007-10-26 13:41

Reply Parent Bookmark Score: 1

RE[2]: where's java 6?
by binarycrusader on Sat 27th Oct 2007 05:54 in reply to "RE: where's java 6?"
binarycrusader Member since:
2005-07-06

Most Linux distributions does not include Java out of the box, because legal reason. This will change very quickly now when Java has been GPL:ed


It has nothing to do with legal reasons and everything to do with GPL zealotry. Sun made it perfectly legal for Linux distributions to redistribute Java almost a year or more ago now.

Reply Parent Bookmark Score: 3

RE: where's java 6?
by thavith_osn on Fri 26th Oct 2007 13:24 in reply to "where's java 6?"
thavith_osn Member since:
2005-07-11

Hey, I'm one of the lucky ones to get it here in Australia...

-----------------------------------
$java -version
java version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-237)
Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing)
-----------------------------------
Apple is working on version 6, but obviously other priorities got in the way...

You'll love XCode though...

So far, I am loving it, seems faster than Tiger, but haven't taken it through it's paces yet...

Setting up gmail in Mail.app is so easy, very suite, and iChat very nice too...

Wow, iCal starts in less than a second (I have a 2.16 iMac 24").
Terminal has tabs

Just checking to see how fast things load, very impressed...

Still looking at all the new stuff...

Reply Parent Bookmark Score: 2

RE: where's java 6?
by babernat on Fri 26th Oct 2007 14:25 in reply to "where's java 6?"
babernat Member since:
2007-02-21

Huge disappointment. I'm primarily a Java developer by trade and bought a Mac last year. I didn't think Apple's lag in Java releases would be that big of deal. Truth is, it's very annoying.

I don't really know what you can do about it though. One thing comes to mind and that's to release their jvm/jdk implementations under a license similar to Open JDK. I wouldn't hold my breath though.

Of course other OS's don't come with Java installed and that's fine because when deploying my software I can always distribute the JRE as an optional download. With OS X that's not possible. So in my opinion it's worse because there is less choice for the developers which ultimately results in less choice for the consumers.

Reply Parent Bookmark Score: 1

RE[2]: where's java 6?
by jsight on Fri 26th Oct 2007 16:30 in reply to "RE: where's java 6?"
jsight Member since:
2005-07-06

Of course other OS's don't come with Java installed and that's fine because when deploying my software I can always distribute the JRE as an optional download.


The thing is that other oses do include java vms. If you walk into a retail store and run "java -version" from a prompt, most will give you java 5 (some java 6). MS doesn't ship it, but Sun has oem agreements with most vendors.

OpenSuSe includes sun's java 5 and ubuntu is steadily making it easier.

Of course, most of those are still stuck with 5 by default as well. Hopefully they will move to 6 as the default within 6 months or so.

Reply Parent Bookmark Score: 1

RE: where's java 6?
by Tyr. on Fri 26th Oct 2007 19:02 in reply to "where's java 6?"
Tyr. Member since:
2005-07-06

Does it support Java 6? This isn't mentioned in the official new features list: http://www.apple.com/macosx/features/300.html
In case it doesn't, Leopard has nothing to do with 'enterprise' whatsoever.
Lame Java support is what always prevented me from buying a Mac.


I rather like it. Sure not the latest versions, but it comes with all the programming languages i would ever need :

tom-goossenss-imac:~ Tyr$ java -version
java version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-237)
Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing)

tom-goossenss-imac:~ Tyr$ python --version
Python 2.5.1

tom-goossenss-imac:~ Tyr$ ruby -v
ruby 1.8.6 (2007-06-07 patchlevel 36) [universal-darwin9.0]

tom-goossenss-imac:~ Tyr$ perl --version
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LANG = "UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

This is perl, v5.8.8 built for darwin-thread-multi-2level

Copyright 1987-2006, Larry Wall

Edit: forgot about objective C + Applescript :-)

Edited 2007-10-26 19:03 UTC

Reply Parent Bookmark Score: 2

RE[2]: where's java 6?
by Kroc on Fri 26th Oct 2007 19:28 in reply to "RE: where's java 6?"
Kroc Member since:
2005-11-10

Does it ship with PHP4 still or have they moved to 5?

Reply Parent Bookmark Score: 2

RE: where's java 6?
by sigzero on Fri 26th Oct 2007 20:42 in reply to "where's java 6?"
sigzero Member since:
2006-01-03

How many in the "Enterprise" are using Java6? I bet you not a whole lot. Tool.

Reply Parent Bookmark Score: -1

RE[2]: where's java 6?
by Erunno on Fri 26th Oct 2007 20:48 in reply to "RE: where's java 6?"
Erunno Member since:
2007-06-22

The company I'm currently working at still uses JDK 1.4.2 for critical applications/middleware as the virtual machines are rock solid after years of usage and bugfixing. If I'd have to hazard a guess I would say that it will need years until JDK 6 will be used for large projects.

Edited 2007-10-26 20:50

Reply Parent Bookmark Score: 1

RE[2]: where's java 6?
by MattPie on Mon 29th Oct 2007 12:45 in reply to "RE: where's java 6?"
MattPie Member since:
2006-04-18

How many in the "Enterprise" are using Java6?

All I know is the few 'Enterprise*' java apps I use don't work on Java6, just Java5.


* The company's travel recepit reporting tool and IBM's HMC app for managaing pSeries (sorry, System p) servers, among a couple others.

Reply Parent Bookmark Score: 1