I installed Java version 10.0.2 a few years ago, but need to update it to 11.0.2 for a particular purpose (not the latest version 13.0.2. I need it be 11.0.2).
After downloading jdk-11.0.2, I opened the environment variable window and made a change as the followings.
New path added
Path updated
But when I checked the Java version by the command prompt, it was still 10.0.2 even though Javac version was updated to 11.0.2.
How is it possible that Java version is not updated when Javac version gets successfully updated? It would be understandable if Javac hadn't been updated either though...
What can be the cause, and how can I fix this?