Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

NOTE: You must have installed Cordova before proceeding with this section.
To install JDK, perform the following steps:

  1. Download the latest JDK from the following link: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html. The downloaded Java installation file (.dmg) is saved in the Downloads folder.

NOTE: The instructions in this section are provided for the steps in the JDK installable that was downloaded at the time of writing this document. The screens in the installation wizard are dependent on the version you have downloaded. If you have downloaded a different version, you might have lesser or more steps in the wizard. The instructions here are just a guideline to install the pre-requisites.

  1. Double-click the JDK installation file. The JDK installation wizard appears with the Introduction.


NOTE: The steps in the installation wizard vary for each version of JDK. Hence, the latest JDK that you install may not have some of the steps mentioned in this procedure.

  1. Click Continue. The Installation Type window appears.

  1. Click Install. The JDK gets installed. Once the installation is complete, the Summary window appears.

  1. Click Close.


To check the version of Java installed, perform the following steps:

  1. Open Terminal.
  2. Enter the following command:

$ java –version
The installed version of Java is displayed.

  1. Continue with the Install Ant section.




  • No labels