📌  相关文章
📜  在 cmd 中查找 java_home 路径 - Java 代码示例

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

代码示例1
Verify JAVA_HOME
Open a Command Prompt window (Win⊞ + R, type cmd, hit Enter).
Enter the command echo %JAVA_HOME% . This should output the path to your Java installation folder. If it doesn't, your JAVA_HOME variable was not set correctly.