Skip to content

Commit 2563d04

Browse files
committed
fix path to jar
1 parent 8442cc3 commit 2563d04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ibm-mq-metrics/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,13 @@ Note: Due to restrictive licensing, this uber-jar (fat-jar) does not include the
7272
Run the standalone jar alongside the IBM jar:
7373

7474
```shell
75+
cd ibm-mq-metrics
7576
java \
7677
-Djavax.net.ssl.keyStore=key.jks \
7778
-Djavax.net.ssl.keyStorePassword=<password> \
7879
-Djavax.net.ssl.trustStore=key.jks \
7980
-Djavax.net.ssl.trustStorePassword=<password> \
80-
-cp target/ibm-mq-monitoring-<version>-all.jar:lib/com.ibm.mq.allclient.jar \
81+
-cp build/libs/ibm-mq-monitoring-<version>-all.jar:lib/com.ibm.mq.allclient.jar \
8182
io.opentelemetry.ibm.mq.opentelemetry.Main \
8283
./my-config.yml
8384
```

0 commit comments

Comments
 (0)