How to install java and set path in windows within 5 minute

Here, is the all steps mention one by one. Need to follow these steps with concentration and feel happy after completion of task.

Install java:-

Step 1-Click on below URL and download java.


Step 2-Double click on .exe file which looks like below image.


Step 3-Click on install button and follow the next steps.


Step 4-In last check java are install or not, open cmd then type java -version.

PATH setup in java:-

Step 1-After installation just click on C/ drive then open Program Files/ then Java/ then bin/, thats shown in figure and copy the PATH.


Step 2-Right click on my computer then select properties in list which appear.


Step 3-After click on properties a new window will open then click on Advance System Settings in left sidebar, image shown below.


Step 4-Click on Environmental variable in bottom.


Step 5-After that in User Variable section click on new button and give variable name=PATH &  variable value=C:\Program Files\Java\jre1.8.0_144\bin; look like below image.


Finally click Ok...Ok...Ok... then enjoy with java, Hope all things better. 

Comments