Skip to content

Commit 957a973

Browse files
Ranga KaranamRanga Karanam
authored andcommitted
Thank You for Choosing to Learn from in28Minutes
1 parent e9673ce commit 957a973

File tree

1 file changed

+7
-16
lines changed

1 file changed

+7
-16
lines changed

00-03-path-variable.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
11
## Setting PATH environment variable in Windows
22

3-
#### Goal - What we want to do?
4-
![Image](/images/30_JShell_In_JDK_Bin_Folder.png)
5-
6-
#### Browsing to Java Folder
7-
![Image](/images/31_Browsing_To_Java_Folder.png)
8-
---
9-
#### Browsing to JDK Bin Folder
10-
![Image](/images/32_Browsing_To_JDK_Bin_Folder.png)
11-
---
123
#### Launch Environment Variables
134
Two Options
14-
- Short Route - ```Click``` Start Button or ```Ctrl + Esc``` to launch start menu and type in ```Env```. Choose ```Edit System Environment Variables```.
15-
- Long Route - Select ```Control Panel``` and then ```System```. Click ```Advanced``` and then ```Environment Variables```.
5+
- Short Route - ```Click``` Start Button or ```Ctrl + Esc``` to launch start menu and type in ```Env```.
6+
- Long Route - Select ```Control Panel``` and then ```System```.
167
![Image](/images/windows10-path-01.png)
17-
---
18-
![Image](/images/34_Click_Environment_Variables.png)
19-
---
208

21-
#### Select and Edit Path Variable
9+
#### Select and Edit Environment Variable
10+
Choose ```Edit System Environment Variables```.
2211
![Image](/images/windows10-path-02.png)
12+
13+
#### Select and Edit Path Variable
2314
![Image](/images/windows10-path-03.png)
24-
---
15+
2516
#### Add JDK Bin Folder To Path
2617
![Image](/images/windows10-path-04.png)

0 commit comments

Comments
 (0)