📜  java_home 什么是 - 任何代码示例

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

代码示例1
Optional.

The JAVA_HOME environment variable points to the file system location where 
the JDK (Usually only JDK not JRE) installed.

Avoid using it. Prefer to have your java in PATH or managed by something like JVMS