0

I installed Jenkins previously but it had some issue (there was no start icon) in the folder, so I uninstalled it. Now I'm trying to install it again, but it tends to pop this error:

enter image description here

I tried all the solutions mentioned in this post , but no success - Jenkins failed to start - Verify that you have sufficient privileges to start system services

As mentioned in the option 2 of the post, I tried to start jenkins in services but got a 1067 error

enter image description here

I read a lot of similar posts, but none of them really helped. I believe my user has enough privileges to work without causing any trouble, so the underlying problem is something else. Please help me figure out the issue.

Srinil Khandwala
  • 192
  • 1
  • 2
  • 9

1 Answers1

0

I found the solution! Turns out Jenkins doesn't work on other JDKs except for 8,11. And I have the 14th version. I'm putting the link to the answer that helped me change the JDK version.

Jenkins requires Java versions [8, 11] but you are running with Java 16 from C:\Program Files\Java\jdk-16.0.1

Srinil Khandwala
  • 192
  • 1
  • 2
  • 9