Fix: doc/examples/java-jul: fix paths to directories
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 7 Jan 2022 16:31:58 +0000 (11:31 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 18 Jan 2022 15:36:12 +0000 (10:36 -0500)
commit8010e81c43df3e46d8650ccb110c63db6fd6d3b5
tree0e936fb7fc9d85bd61b8f429d45e0d615e7f71e8
parentf350e97fc52c3b50f87493d28b41cbadd7db2e95
Fix: doc/examples/java-jul: fix paths to directories

I tried to run this example, but got:

    $ ./run
    Error: Unable to initialize main class Hello
    Caused by: java.lang.NoClassDefFoundError: org/lttng/ust/agent/jul/LttngLogHandler

The paths in `run` are wrong, they are missing a `src` component.  Fix
that.

Change-Id: I63f4532c5ec1d989f66b7061a154986692e2edf9
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/examples/java-jul/run
This page took 0.028085 seconds and 4 git commands to generate.