April 15, 2012

Install Java on Mac OS X

To Install Java automatically from your mac just simply open your terminal and type java -version then pop up will appear for asking if you are want to download the latest java from apple official site and installed by automatically, of course you have to connect to internet

After that you can verify the version with the same command above
MacBook-Pro:$ java -version
java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b04-415-11M3635)
Java HotSpot(TM) 64-Bit Server VM (build 20.6-b01-415, mixed mode)

No comments:

Post a Comment