📜  如何在 Windows 10 中为 java 设置路径 - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:27.035000             🧑  作者: Mango

代码示例1
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