Thursday, 7 December 2017

Installation of Java

Installation of Java

Installation of Java software is very easy. Here are the steps that how to install java and how to set path in your PC-

  1. First you need to download the software. you can directly download the software from this link http://www.oracle.com/technetwork/java/javase/downloads/index.html.
  2. After finish downloading make right click on software setup and run it as administrator.
  3. Accept all the terms and condition and let the software install.
After Installing the Java JDK(Java Development kit), set the path for compiling and executing the java program. let's follow the steps and set the path in your machine :

->First you need to Go to MyComputer properties 


-> click on Advance system settings


-> advanced tab and then environment variables 


-> new tab of user variable 


-> Copy java installed path from c drive location


-> write path of bin folder in variable value like below 


and then hit OK to set path. Now you are ready to develop your first program.

How to Check Java is installed in your machine or not?

Just open command prompt in you machine and type java -version and click enter

0 comments:

Post a Comment