Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 822 Bytes

00-03-path-variable.md

File metadata and controls

35 lines (22 loc) · 822 Bytes

Setting PATH environment variable in Windows

Launch Environment Variables

Two Options

  • Short Route - Click Start Button or Ctrl + Esc to launch start menu and type in Env.
  • Long Route - Select Control Panel and then System.

Image

Select and Edit Environment Variable

Choose Edit System Environment Variables.

Image

Select and Edit Path Variable

Image

Find your JDK Bin Folder on Windows Explorer

Image

Copy and Add it to PATH

Image

Close all command prompt windows

Launch command prompt again

Type in

jshell --version

Launch up Java and Jshell again