Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java and Mac OS X

843785Mar 20 2009 — edited Mar 20 2009
I'm teaching myself Java from one of the Sams books (Teach yourself Java in 21 days). I don't think I want to try learning an IDE at the same time, because it might be too much, so I'm going to use the JDK. I know that my Mac came with the JDK, and I want to ask if it has everything I need -- the book says I need a compiler, interpreter, debugger, file and archiving program, and several others. Can anyone out there tell me if I've got all that's necessary, and if not, how do I know what I need and don't, and where I can get them (I assume from the Java site, but I don't know where to look).

At the command line in Terminal, when I enter java -version, this is what I get:

java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06-153)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_07-b06-57, mixed mode)

I noticed there are other updates to the JDK on the Java site, but I can't find anything that's for Mac OS X, only windows, linux and Solaris.

Thanks for all your help
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2009
Added on Mar 20 2009
3 comments
198 views