Friday, 23 December 2016

How to install java on Windows 7/8/8.1/10 ( 64bit/32bit)

# Follow These Steps To Install Java Manually On Windows:

1.  Open any browser and go to google.com
2.  Search for java jdk
3.  Open the official orracel link
4.  Select java platform (JDK)
5.  Accept license agreement and download the file for Windows x86 (for 32bit) or Windows x64 (for 64bit).
     (I am demonstrating here for Window x64)
6.  Open the downloaded folder and run the jdk installer.
     (leave everything at default and install java jdk)
7.  After the installation go to: This Pc > Windows (C:) > Program Files > Java
8.   You will see two folder JDK (java development kit) and JRE (java run-time environment)
9.   Open jdk and goto bin folder and copy its path.
10. Open this Pc and right click on the blank area and select properties > advanced system settings
11. Under advanced tab select environment variables.
12. Go to system variables and select path and hit edit.
13.  In 'Edit environment variable' window hit edit text button
14.  Edit system variables window will appear. Under this window select variable value and go to the end of the  variable value and put a ";" (semicolon) and paste the path of the jdk bin folder that we have copied.
15.  Now add the path of jre bin folder similarly and hit: OK > OK > OK.
   
       (Now check whether java has been installed on the pc properly or not)

16.  Right click the start menu button and open command prompt (Admin).
17.  Type "javac" and hit enter.
        It will show you all the commands of java and what it does.
      (This verifies that java has been installed on the pc properly)

......You can watch video for further help......




No comments:

Post a Comment