I'm trying to run below commands as per the guide:
java -cp .;target/RTSDKJ_Maven-1.0-jar-with-dependencies.jar com.refinitiv.ema.provider.IProvider
java -jar ./target/RTSDKJ_Maven-1.0-jar-with-dependencies.jar
But both commands throws class not found exception. When I checked inside the jar file, I couldn't find the specific classes as well.
Can anyone help me to find how to run these commands?