Learn the powerful enterprise adaptable database:

Getting Started With ADABAS & Natural

Friday, May 3, 2013

Set Path Java Bin to Windows Environment Variable



1) Using Windows File Explorer, locate the path to Java bin folder. copy the full path.

2) Run Command Window. Optionally, type cd \ to go to root.

3) Type path to check the existing path variables.

4) Type set path ={the full path copied in Step 1}; %path%
- This command will add the full path to the front of the existing path variables.

5) Type path to check the effect of step 4.

6) You should see the newly added path.

7) You can test the effect by typing javac at the C Prompt.
The program will return list of possible command options.

No comments:

Post a Comment