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:35:42 +0000 (10:35 -0500)
commit7febd4e0ab5cf50518fac6b9e66c56227a66d3e9
tree04944f59720a84ec73b073d1c906c010188619b4
parent2137460a3901f8abdae909cf72e43e6ac23507ec
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.024968 seconds and 4 git commands to generate.