Jdk installer for windows 7 does not set path

The JDK installer on Windows 7 does not seem to set the path variable to find javac. I can install it manually. But I do not like to change it with the new JDK update. Does it use any other environment variable? Or is it really weird?

+3
source share
2 answers

I do not know the JDK installer that installs PATH on any system.

You can install multiple versions of the JDK, and if you are using an IDE, you do not need to set the path. If you want to use it javacmanually (don't ask me why you did this), you need to set PATH for a specific version.

+2
source

. →

0

All Articles