My Rest Assured project build is successful and now I want to run the jar file (making it executable).
For that I tried running java -jar application-name.jar
But it is giving me error cannot find or load main class.
How can I fix it?
I tried java -jar application-name.jar
Expected is it ran but it is giving error cannot find or load main class
New contributor
Sumit Kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1