I am automation engineer i have deployed my build on the Jenkins using maven, I want to when scripts are executed then the browser should open. I searched on it some peoples says my me Run the Jenkins war file through cmd prompt when I am trying to Run the Jenkins through command prompt as:
java -jar Jenkins.war
Then the system generates an error as follows:
SEVERE: Running with Java class version 53.0, but 52.0 is required error
Anyone have any idea how I can fix the problem?