What is JAVA_HOME? How does the JVM find the javac path stored in JAVA_HOME?

前端 未结 9 1599
情深已故
情深已故 2020-11-28 03:40

I would like to know what is JAVA_HOME. Where do I set the path of javac.exe and java.exe. It is in environment variables. When I compile a Java program from command prom

9条回答
  •  抹茶落季
    2020-11-28 04:16

    The command prompt wouldn't use JAVA_HOME to find javac.exe, it would use PATH.

提交回复
热议问题