java - Why eclipse need JAVA_HOME -


i reading articles how jvm works, , tested if change jre eclipse(installed jres), code executed in jvm. question why eclipse needs have java_home set in environment variables. eclipse use jre in form if select in eclipse(installed jres)

eclipse not require java_home set, info you, many many tools can find on web use inter under hood oracle tools, never run if computer has no idea located, java_home variable in enviroment, you( , tools use) can execute things javac or java without telling every time in pc .


Comments

Popular posts from this blog

python - RuntimeError: can't re-enter readline -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -

python - PyInstaller UAC not working in onefile mode -