December 2013
Beginner
416 pages
12h 45m
English
Java, which allows you to run the Android SDK and Eclipse, is no longer built into the Apple Mac operating system. In this section, you will explore how to install the JDK on a Macintosh computer.
1. Check which version, if any, of the JDK you currently have installed by opening a terminal window and typing javac -version. If the version is 1.7.0_40, you can proceed to download and install Eclipse.
2. Download the Java 7 JDK from the Oracle website: http://www.oracle.com/technetwork/java/javase/downloads/index.html.
3. Double-click on the download java installer, and go through the steps, clicking the continue and install buttons. You will be prompted for the password of the machine. Once the JDK has ...
Read now
Unlock full access