PDA

View Full Version : where to download the JDK?




SnowLeopard2008
Nov 23, 2008, 07:39 PM
I've searched Google with a bunch of sites talking about JDK and JSE with all sorts of versions. Which is the latest stable build of the JDK that allows me to compile .java files? A nudge toward the right direction is all I need... a link would be much appreciated. Thanks.



lee1210
Nov 23, 2008, 07:47 PM
Apple has chosen to do it's own implementations of java for the OS X platform. Your system should have java, javac, jar, etc. at your disposal without you doing anything. You shouldn't worry too much about the version if you're just starting out, what you have (Java 5 or Java 6) should be fine for you. I might be wrong about all of the java programs being installed by default, but if you install XCode from your OS X DVD, or from here:
http://developer.apple.com/technology/xcode.html

You'll have to sign up for a free ADC membership for the download.

To check, just fire up terminal and type 'javac' and see what you get.

-Lee

SnowLeopard2008
Nov 23, 2008, 07:52 PM
Maybe I didn't make things clear.. I'm using a VM of Windows need the JDK on that. I already have XCode installed on my Leopard side. Thanks for the infomation, as I have solved the problem.