Java Installation

Install java jdk

1. Java SE Development Kit 8 Downloads

The JDK is a development environment for building applications, applets, and components using the Java programming language.

The JDK includes tools useful for developing and testing programs written in the Java programming language and running on the Java platform.

 

2. Now Install jdk

 

3. Paste URL Path to window so ‘cmd’ can read/execute java

Step 1 : Go to ‘C:\Program Files\Java\jdk1.8.0_102\bin’ Copy this path.

Step 2 : Now, right click on ‘My Computer/This PC’

Step 3 : click on ‘Properties’ then

Step 4 : find on top right hand side ‘Advanced System Settings

Step 5 : Click on ‘Environment Variables’  

Step 6 : Find Variable ‘path’ and double click on path a window will open with one path

Step 7 : Just add the path with semi colon which we copy on step 1.  
e.g. ;C:\Program Files\Java\jdk1.8.0_102\bin so final path in this box will be like this: C:\ProgramData\Oracle\Java\javapath;%C_EM64T_REDIST11%bin\Intel64;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Java\jdk1.8.0_102\bin

install-java

Next

Leave a Reply

Your email address will not be published. Required fields are marked *