I am trying to install Jenkins while installing its return below results, I am struggling to install the Jenkins. This is a showstopper for me to learn selenium.
Analysis from my end:
As Jenkins supports the JDK (8,11) version. I have installed JDK with version 11.
Declared in the environment variables(bin) and JAVA_HOME variable
Checked the java version through command prompt
java -version
andjavac -version
. looks fine with the proper version i.e 11.Downloaded the Jenkins in the official website Generic Java Package(.war)
Trying using this command to install
C:\Jenkins>java -jar jenkins.war --httpPort=9090
gives me the below error.java.io.FileNotFoundException: C:\Users\Dell.jenkins\war\images\RRZEIconSet-License.url (Access is denied)
Before I posted, I have checked the related posts but the error was related to the Java error code issue. But I am installing for Jenkins, I haven't found any answers related to the Jenkins. Hence, I am posting this issue