Practical 1
Practical 1
Date: _________________
Experiment No : 1
Aim: Demonstrate the installation of JAVA with necessary path settings & Execute simple java
Program
Objective: To understand Installation Process of JDK.
Theory: The path is required to be set for using tools such as javac, java, etc.
If you are saving the Java source file inside the JDK/bin directory, the path is not required to be
set because all the tools will be available in the current directory.
However, if you have your Java file outside the JDK/bin folder, it is necessary to set the path of
JDK.
Go to MyComputer properties -> advanced tab -> environment variables -> new tab of user
variable -> write path in variable name -> write path of bin folder in variable value -> ok -> ok
For Example:
1) Click on the advanced tab
7) Click on ok button
7) Click on ok button
Conclusion:- _________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________