I. Introduction This guide will teach you how to add Java home to your list of Windows environment variables. II. Instruction In the ...
https://www.czetsuyatech.com/2020/04/java-add-javahome-environment-variable.html
I. Introduction
This guide will teach you how to add Java home to your list of Windows environment variables.
II. Instruction
- In the Windows Explorer, right-click on This Computer.
- Click Advanced system settings.
- In the System Properties, click Environment Variables.
- In the Environment Variables, click New.
- Add a new entry:
- Variable name: JAVA_HOME
- Variable value: Where Java is installed.
Post a Comment