How to set path for java programming

1. First install java(JDK) software in your pc/laptop/desktop.
2. Go to C drive then -> Program Files then ->Java then -> jdk then      -> bin
3.copy address from top that is available on top.
4.then go to your computer properties.

5.then click on advanced system setting ->then  click environment variable



6.click on new which is near to user variable box.
7.give "path" in variable name.

8.and peste your coped in variable value.click ok.

Now your path is set. 

No comments:

Post a Comment

programme for armstrong number for 3 digit in java

armstrong number import java.util.Scanner; class Mittu {     public static void main(String []args)     {         Scanner s=new Sca...