How to run "HybridRediff" project in Module 24 from exported jar | Selenium Forum
S
Sakha Posted on 24/03/2020

Suppose for the module 24 Hybride Framework the project "HybridRediff" if I export the runnable jar and want to run from cmd, what I've to specify after jar file name? Do i need to put pom.xml path as i specified my TestCase.xml file there? 

e.g: java -jar [exported jar file name] [???] 


A
Ashish Thakur Replied on 29/03/2020

You will have to run the jar from maven

keep pom.xml in your project

you can alos refer

https://stackoverflow.com/questions/15869784/how-to-run-a-maven-created-jar-file-using-just-the-command-line