Friday 16 January 2015

How to Install Java on Windows 8


Installing Java on a Windows 8 machine is something any serious developer has to do at one point in his career. The reason for this is simple. The Android operating system is based on Java  and sooner or later, you are going to have to interact with it.

Installing Java on your machine is different from installing the Java Development Kit which allows you to develop Java programs on your machine.

Follow the following steps to install Java on your machine

  1. Download Java from the Oracle website by clicking on the Free Java Download Button.
  2. You will be directed to the Java Download Page. Click the Agree and Start Free Download button
  3. It will download the installer to the browser you are using click on that installer
  4. Double click on the installer you downloaded. It will bring up a prompt. Press the install button to start the installation
  5. The installation would run in the background. When it is done, A new window will pop up. It will look like this.
  6. You will get a prompt to install Java in your browser.
  7. Click on it.
  8. Reload your page to activate it
  9. Open a command prompt window and type in java. You will get a response like this
  10. Congratulations. You have successfully installed Java.

No comments:

Post a Comment