I want to install Java SE13 on my laptop. However I am wondering if their might be an issue, because if I go to my Users directory and type java -version then I get version 1.8.0_241-b07
So will their be a conflict if I install Java SE13 and java version 1.8.0_241-b07 has already been installed?
Note that I will also be installing netbeans as my code IDE.
Example in DOS:
C:\Users\Walter>java -version
java version "1.8.0_241"
Java(TM) SE Runtime Environment (build 1.80.0_241-b07)
Java HotSpot(TM) Client VM (build 25.241-b07, mixed mode)