File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 44Two 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
1011Choose ``` 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+
You can’t perform that action at this time.
0 commit comments