Versions Compared

Key

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


...

Note
You must have

...

Cordova before proceeding with this

...

procedure.


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 (.exe) 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 prerequisites.


  2. Open the downloaded file and click Next. The JDK installation wizard displays.

    Image Modified

...


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

    Image Modified

  3. Click Next. It will go through the checking process.

    Image Modified

  4. Select the destination folder of the JDK kit, but the default destination is C:\program Files\Java\jre1.8.0_71 (recommended). Then click Next.

    Image Modified

...


  1. The installation of JDK begins.

    Image Modified

  2. Click Close after the installation is done.

    Image Modified

    The JDK gets installed. 


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

  1. Open the command prompt and enter the following command:

    Code Block
    languagebash
    java –version


    The installed version of Java displays.

    Image Modified

  2. Continue with the Install Ant on Windows section.