I am a new Mac user. I need to install Java on my Mac OS X Snow Leopard.

How do I accomplish this?

link|improve this question
1  
What situation makes you think Java is missing? Is there something that does not work? – Jonik Feb 21 '10 at 8:57
feedback

migrated from serverfault.com Feb 21 '10 at 7:31

This question came from our site for system administrators and desktop support professionals.

3 Answers

Java is already installed on Mac.

Open Terminal from /Applications/Utilities/ and type java -version. You should see something like this:

java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248-10M3025)
Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101, mixed mode)

If appears -bash: java: command not found, ore anything else, please write below comments for further instructions.

link|improve this answer
feedback

Java comes already installed. It should be: /usr/bin/java

What makes you think it is missing?

link|improve this answer
feedback

and you can configure java with "Java Preferences.app" located in /Applications/Utilities

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.