From: Mathieu Desnoyers Date: Wed, 11 May 2016 00:33:00 +0000 (-0400) Subject: Fix: Java agent should use LTTNG_HOME X-Git-Tag: v2.9.0-rc1~115 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=59e3be47eee9ed871cc60f3cee5acb3e6f327938;hp=59e3be47eee9ed871cc60f3cee5acb3e6f327938;p=lttng-ust.git Fix: Java agent should use LTTNG_HOME Both in UST C/C++ support and Python agent, LTTNG_HOME can be used to override HOME for lttng-ust. Ensure the Java agent has the same behavior. Fixes: #881 Signed-off-by: Mathieu Desnoyers ---