JAVA INSTALLATION DOC
1. Download the Java version according to
your requirement on the internet in Oracle
website
https://www.oracle.com/in/java/technologie
s/downloads/
2. Double click on the executable file and
install it
3. And automatically the path has been set in
your system
4. Check in your command prompt(cmd) using
command java –version.
5. If the command runs successfully you get
the Java version that you have installed
6. If not it shows the error
To add Path Manually
1. Navigate to C drive there you find program
files in that you can find java folder.
2. Then click on java folder till before to
the bin folder and then copy the path.
3. Now search for environment variables in
the search bar and then hit enter
4. Click on environment variables
5. Add JAVA_HOME variable to the system
variables and then paste the path that
which you have copied the java folder.
6. And then navigate till bin folder, copy
the path.
7. Again navigate to environment variables,
from there go to path and then click edit
8. There you get a prompt that allows us to
modify
9. And then click on new and then paste the
path that you have copied
10. Click ok or apply.