Monday, October 28, 2013

Mac OS X JDK Installation

Mac OS X JDK Installation

The Java SE 6 environment or a more recent version should already be installed on the latest Mac OS X versions. To confirm the version that is installed, open a Terminal window and enter the following command:
java -version
Assuming that Java is currently installed, output similar to the following will appear in the terminal window:
java version "1.6.0_37"
Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909)
Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01-434, mixed mode)

In the event that Java is not installed, issuing the “java” command in the terminal window should initiate the JDK installation process. 

No comments:

Post a Comment