I'm learning java, and had the jdk set as part of the Path
system variable.
When following a guide on how to install Maven, I created a PATH
variable and set again the jdk to the PATH
variable.
The result was that the Path
variable was deleted from the system (Windows 10).
In addition, the jdk and jre were also deleted from the location where they were installed (C:\Program Files\Java
).
I reinstalled the jdk and jre, and defined a new PATH
variable. for now, I can run java and eclipse, and did not experience any issues.
My questions:
- Is there any difference between
PATH
andPath
? Path
variable had many programs set to it (I don't remember which programs). Now that it no longer exists, what would be the implications?- What could be the reason that
Path
variable was deleted?
Thanks, Oren