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

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

asp.net - RadAsyncUpload in code behind, how to? -