Skip to content

Commit f048337

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

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

00-03-path-variable.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,30 @@
44
Two Options
55
- Short Route - ```Click``` Start Button or ```Ctrl + Esc``` to launch start menu and type in ```Env```.
66
- Long Route - Select ```Control Panel``` and then ```System```.
7+
78
![Image](/images/windows10-path-01.png)
89

910
#### Select and Edit Environment Variable
1011
Choose ```Edit System Environment Variables```.
12+
1113
![Image](/images/windows10-path-02.png)
1214

1315
#### Select and Edit Path Variable
1416
![Image](/images/windows10-path-03.png)
1517

16-
#### Add JDK Bin Folder To Path
17-
![Image](/images/windows10-path-04.png)
18+
#### Find your JDK Bin Folder on Windows Explorer
19+
![Image](/images/windows10-path-05.png)
20+
21+
#### Copy and Add it to PATH
22+
![Image](/images/windows10-path-06.png)
23+
24+
25+
## Close all command prompt windows
26+
27+
## Launch command prompt again
28+
29+
Type in
30+
```
31+
jshell --version
32+
```
33+

images/windows10-path-05.png

56.9 KB
Loading

images/windows10-path-06.png

39.8 KB
Loading

0 commit comments

Comments
 (0)