Sundar
01/17/2023, 12:52 PMRob Elliot
01/17/2023, 1:04 PMjava -cp wiremock-jre8-standalone-2.35.0.jar:wiremock-webhooks-extension-2.35.0.jar com.github.tomakehurst.wiremock.standalone.WireMockServerRunner --extensions org.wiremock.webhooks.Webhooks
Started up fine.-cp
argument; if I run that same command outside the directory, or with the wrong file name in the -cp
I get the error you do.Sundar
01/17/2023, 1:27 PMRob Elliot
01/17/2023, 1:28 PMSundar
01/17/2023, 1:28 PMRob Elliot
01/17/2023, 1:28 PM-cp
with a colon in it I think...java -cp wiremock-jre8-standalone-2.35.0.jar;wiremock-webhooks-extension-2.35.0.jar com.github.tomakehurst.wiremock.standalone.WireMockServerRunner --extensions org.wiremock.webhooks.Webhooks
Sundar
01/17/2023, 1:44 PM