JAVA Installation

SOFTWARES to be Installed

JAVA Install Set up Instructions

1.Create a folder under C drive namely RIGELSOFTWARES
Rigel Softwares
2. Click on the Link Download JDK 1.8
3.We will get the following screen
Download Screen JDK
4.Now click on Download we will get the following screen
Download Box
5. Click on Download Anyway and we will see the following in our local box
JDK
6. Go to Download Folder
PCDOWNLOADFOLDER
7.Cut the JDK zip folder and place it under C:\RIGELSOFTWARES Note – Ctrl+X to cut a folder , Ctrl+V to paste the folder
JDKZIPCOPY
8.Extract the zip file using the win rar software’s
EXTRACTZIP
9. Click on Extract to JDK
EXTRACTEDPIC
10. Open the JDK folder
JDKOPEN
11. Click on the exe file
EXEFILE
12.Click on Next >
NEXTBTN1
13.Click on Change.. Give the path as C:\RIGELSOFTWARES\INSTALLEDSOFTWARES\Java\jdk1.8.0_144\
NEXTBTN2
14. Click on OK and we will get the following screen
NEXTBTN3
15. Click on Next > and installation will be in progress
NEXTBTN4
16.After sometime we will get the following screen
NEXTBTN5
17.Click on Change button and Create a folder - C:\RIGELSOFTWARES\INSTALLEDSOFTWARES\Java\JRE
NEXTBTN5
18.Now navigate to the path and select the JRE folder
NEXTBTN6
19. Click on OK
NEXTBTN6
20. The following screen will be visible during installation
NEXTBTN6
21. Click on Next > and installation of JRE will continue
NEXTBTN6
22. The following screen will be displayed and clicking on Close will close the installation
NEXTBTN7

Setting System Environment Variable

1. Click on Windows Icon and Type env on search box
ENV1
2. Click on Edit System environment variables
ENV2
3. Click on the Environment Variables button
ENV2
4. Click on NEW under System environment variables
ENV2
5. Give Variable name as JAVA_HOME Give Variable value as C:\RIGELSOFTWARES\INSTALLEDSOFTWARES\Java\jdk1.8.0_144 and then click on OK button
ENV2
6. Edit the Path Variable under System Variables
ENV3
7.Click on Edit... button which is on right hand side of window
ENV4
8.Click on New and provide a value %JAVA_HOME%\bin
ENV6
9.Click on %JAVA_HOME%\bin and move it UP by using Move Up button on right until the value is on top
ENV7
10. Click on OK
ENV7
11. Again Click on OK
ENV7

Verifying the Installation of JAVA

1. Open the cmd window
CMD1
2. Click on Run as administrator
CMD2
3.Now we get the following command window
CMD2
4.Type java -version
CMD2