Thursday, March 24, 2016

Java Installation

                      Java  Installation


The First step is to install java 


 Step1 :
  Download Java from the following location –

http://www.oracle.com/technetwork/java/javase/downloads/index.html


 Step2 :   Download  and Install JDK(Java software development Kit)



Step 3:  Set Environment Variable  -- JAVA_HOME and PATH

Go to the below path in your local drive -> Copy the below path in Java folder 

C:\Program Files\Java\jdk1.8.0.45


Setup environment variable ->
 go to system main drive-> right click and select properties->Click on advanced system settings ->go to Advanced ->click on Environment variable


Click on New button under Environment variable 


Create variable called JAVA_HOME and paste the value as ‘JAVA PATH’ and click on ok button.



Set another below  path in System variable ->  under path variable .
C:\Program Files\Java\jdk1.8.0_45\bin 



Click the Path variable under system variable section



Thankyou Successfully Installed Java

No comments:

Post a Comment