X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=README.md;fp=README.md;h=6d1f5fa785918628757e2c4f1e19c7ff6b411c8b;hb=eca1a136dbd9c6beb63258f8d1ee20590a81fa77;hp=cfe2c0b5a8730c82558d823453ba46838bf8fa82;hpb=f0531ceafac4614132777d4982ad0faff1c06cc9;p=lttng-ust-java-tests.git diff --git a/README.md b/README.md index cfe2c0b..6d1f5fa 100644 --- a/README.md +++ b/README.md @@ -68,10 +68,11 @@ If for example, you installed into the `/usr` prefix instead of `/usr/local`, you can use the following properties to specify different locations for the lttng-ust-agent-java jars: - mvn clean verify - -Dcommon-jar-location=/usr/share/java/lttng-ust-agent-common.jar - -Djul-jar-location=/usr/share/java/lttng-ust-agent-jul.jar - -Dlog4j-jar-location=/usr/share/java/lttng-ust-agent-log4j.jar + mvn clean verify \ + -Dcommon-jar-location=/usr/share/java/lttng-ust-agent-common.jar \ + -Djul-jar-location=/usr/share/java/lttng-ust-agent-jul.jar \ + -Dlog4j-jar-location=/usr/share/java/lttng-ust-agent-log4j.jar \ + -Dlog4j2-jar-location=/usr/share/java/lttng-ust-agent-log4j2.jar To specify a different locations for the JNI .so libraries, you can set the `-Djava.library.path` property on the JVM: