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
The command prompt wouldn't use JAVA_HOME to find javac.exe, it would use PATH.