How To Download And Install JDK (Java Development Kit) on Windows 10 - 2016
![]() |
softpedia.com |
Downloading Java Development Kit
1) Go to Google and write " jdk download " and click on the first result with the address oracle.com
or to stay away from this hustle CLICK HERE and you will directly land on the desired page .
2) The page must look like the one below in the picture . On that page you will be provided with two options you one called Net Beans and the other called Java . Click on the first option/box with written "Java" on it. Follow the Picture if you did not get my words
3) After you will click on it . You will be taken to another page with a lot of options of Java to download depending on the Operating Software . Since it is for Windows so in the First Box with writing "Java SE Development Kit 8u91" ------> Accept the License then click on the version of the Windows you want to download for i.e x64 or x86
1) Once the software is downloaded .
2) Click Run and Choose the Location where you want to download it and leave the rest on you computer
3) After the Installation is done got the file location of Java . Double Click . Two folders with name "Jdk something " and "Jre something" will appear in front of you. Rename them to "jdk8" and "jre8"
4) Now open the control panel and click on "System and Security " and then "System "
4) Now open the control panel and click on "System and Security " and then "System "
5) After you have clicked on the "System" on your Left Side bar . You will see "Advanced System Settings " Click on it ! It must look like this
6) Click on the "Environment Variables " in the System Properties box .
7) In the Environment Variables , Double Click on the Path as shown in the Image below
8) Another box will be opened ... in my case every thing is separated out so i have to click on the "Edit Text " This action will take us to the place where have to paste the location of the jdk and jre folders . If it does not happen with you then proceed to next step .
9) When you will click on that a Dialogue Box will appear where you can edit the Path
To edit that First go to ---> jdk ---> bin ---> Copy the complete path ----> paste this path after inserting a Semi Colon in the Variable Value's box right after \bin . Repeat the same steps for jre folder and paste its path right after where the path of jdk ends with an insertion of semi colon .
After pasting is done the Variable Value must look like this
To edit that First go to ---> jdk ---> bin ---> Copy the complete path ----> paste this path after inserting a Semi Colon in the Variable Value's box right after \bin . Repeat the same steps for jre folder and paste its path right after where the path of jdk ends with an insertion of semi colon .
After pasting is done the Variable Value must look like this
C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Java\jdk8\bin;C:\Program Files\Java\jre8\bin;jdkpath;jrepath
Paste the Paths here ! |
10 ) Its all Done and Dusted ! No you can easily Test and run Java Development Kit ! Kudos !
To check it . Go to Command Prompt and write 'javac' if a lot of working takes place then YES it 's working Captain !
Hope the post was Helpful .... Share it with your other Dev friends because Developers are the ones who control the computersss !! Sharing is Cool !
Stay Tuned for more informative stuff ! Till Then Bye !
Comments
Post a Comment