How to set path to start a Java programming in Windows 10

Java Application creation:

Java applications are different from Java applets. This is written in Java Programming language. It is not necessary of a browser to run. In Java, all kinds of application can be created that you used in general daily use.

How to Set Path:

Use following two steps as,

  1. Install JDK first then
  2. Copy the path of Java

Installation procedure

Fist download Java, and then install.


Then check Java in Program files folder in window install drive, generally it is C Drive.
Copy the following path:
C:\Program Files\Java\jdk1.8.0_60\bin

3. Now right click on my Computer/This PC
4. Then, select Properties, the new window will be open.




5. Now, select Environmental Variable, the new window will be open.


Now, Click on New button,the new window will be open.


6. Enter the following values in both fields as,

Variable Name : path
Variable value: C:\Program Files\Java\jdk1.8.0_60\bin


Now click OK.


Then again click OK, 


Now, path has been set.

Its Time to Test that it is set or not?

Go to Window Start Menu and Search for Command Prompt i.e. CMD and Press Enter JAVAC as follow.


If the information about Compiler of Java displayed as follow:




Then, the path has been set, otherwise it displays an internal or external error.

Post a Comment

Previous Post Next Post