I need to install Jenkins on port 8080 (not another). every solved problem says I should change the port (not an option) and install JDK 8.
I have installed JDK-13.0.2 (64 bit). But whenever I tried to $ java -version
in cmd, it says 'java' is not recognized as an internal or external command, operable program or batch file.
. But when I open cmd by administrator, I can detect java.
so, which ways I should do best to run Jenkins? is installing another java will solve or could become a problem in the long run?
thank you