how to set path for java in windows 10

Solutions on MaxInterview for how to set path for java in windows 10 by the best coders in the world

showing results for - "how to set path for java in windows 10"
Lukas
20 Nov 2020
1To set the temporary path of JDK, you need to follow the following steps:
2
3Open the command prompt
4Copy the path of the JDK/bin directory
5Write in command prompt: set path=copied_path
6For Example:
7set path=C:\Program Files\Java\jdk1.6.0_23\bin