java - what is the reason for the existence of the JAVA_HOME environment variable? -
many java based application requires set java_home env variable. what's purpose of variable?
environment variables strings contain information such drive, path, or file name.
the java_home environment variable points directory java runtime environment (jre) installed on computer.
Comments
Post a Comment