Java SE 6

Joined
Nov 8, 2009
Messages
4
Reaction score
0
Points
1
Location
VA
Your Mac's Specs
15" MBP
So I am a new Mac owner with Snow Leopard and I just bought a Java for Dummies book and I'm trying to find Java SE 6 JDK. ADC only has it for Leopard, not Snow Leopard. I need to figure out:
  • Java SE 6 JDK
  • JCreator
Any help would be much appreciated.
Thanks so much!!!
 
Joined
Mar 17, 2008
Messages
6,879
Reaction score
191
Points
63
Location
Tucson, AZ
Your Mac's Specs
Way... way too many specs to list.
mikeMbp:~ mike$ sw_vers -productVersion
10.6.1
mikeMbp:~ mike$ java -version
java version "1.6.0_15"
Java(TM) SE Runtime Environment (build 1.6.0_15-b03-219)
Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02-90, mixed mode)
mikeMbp:~ mike$

that's SE 6.
 
OP
idrivefry02
Joined
Nov 8, 2009
Messages
4
Reaction score
0
Points
1
Location
VA
Your Mac's Specs
15" MBP
mikeMbp:~ mike$ sw_vers -productVersion
10.6.1
mikeMbp:~ mike$ java -version
java version "1.6.0_15"
Java(TM) SE Runtime Environment (build 1.6.0_15-b03-219)
Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02-90, mixed mode)
mikeMbp:~ mike$

that's SE 6.

I'm sorry but could you explain this a little bit? :[
 
Joined
Mar 17, 2008
Messages
6,879
Reaction score
191
Points
63
Location
Tucson, AZ
Your Mac's Specs
Way... way too many specs to list.
10.6.1 is snow leopard.

1.6.0_15-b03-219 <-- SE 6

if you don't believe that.... here's my preferences app for java.

20091109-k2wc4ex66hxwqp9day7a97ei7u.jpg


In short, it's extremely rare that you'd only see SE6 for Leopard.. and not on it's successor ;)
 
Joined
May 2, 2009
Messages
480
Reaction score
13
Points
18
Your Mac's Specs
MBP 2.33 4GB: MacPro 8 Core 2.8, 16GB: MacMini 2.26 4GB: MacMin 2.53 4GB: iPhone3GS 32GB
Put in a different way:

10.6.x, aka Snow Leopard, comes with Java 6 installed as part of the OS. As opposed to Windows, a separate install is not required to get Java 'out of the box'. This is what Dysfunction was pointing out with the two posts.

10.5.x, aka Leopard came with both Java 1.4 and Java 5 installed with Java 6 as an optional install.

In sum, if your running 10.6 you already have Java 6 (again, what Dysfunction was pointing out) with no other installation required on your part.
 
OP
idrivefry02
Joined
Nov 8, 2009
Messages
4
Reaction score
0
Points
1
Location
VA
Your Mac's Specs
15" MBP
Ok, thank you! Now I've just gotta figure out how to get JCreator for Mac...
 
Joined
Mar 17, 2008
Messages
6,879
Reaction score
191
Points
63
Location
Tucson, AZ
Your Mac's Specs
Way... way too many specs to list.
Take a look at Eclipse instead... there is no JCreator version for OS X.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top