Comment définir le chemin pour Java dans Windows 10

To set the temporary path of JDK, you need to follow the following steps:

Open the command prompt
Copy the path of the JDK/bin directory
Write in command prompt: set path=copied_path
For Example:
set path=C:\Program Files\Java\jdk1.6.0_23\bin
Delta Sierra