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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -