Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


...

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

...

  1. 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.

    Image Added

...


  1. Note

...

  1. 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.



  2. Click Continue. The Installation Type window appears.

...


  1. Image Added

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

...


  1. Image Added
  2. Click Close.

    Image Added


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

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

    Code Block
    languagebash
    $ java –version


    The installed version of Java is displayed.

    Image Modified

  3. Continue with the Install Ant section.

...