Actions
Bug #9
closedLTTng-UST java jni wrapper does not build with OpenJDK
Start date:
02/09/2012
Due date:
% Done:
0%
Estimated time:
Description
Issue with
commit 94b6d0d14032fe9ac4e35b0521b3746a2e6e05d4
./configure --with-java-jdk=/usr/lib/jvm/java-6-openjdk-amd64
--with-jni-interface
make
[...]
javah -jni LTTNG_UST.class
error: cannot access LTTNG_UST.class
class file for LTTNG_UST.class not found
javadoc: error - Class LTTNG_UST.class not found.
Error: No classes were specified on the command line. Try -help.
make2: * [LTTNG_UST.h] Error 15
make2: Leaving directory `/home/compudj/git/lttng-ust/liblttng-ust-java'
make1: [all-recursive] Error 1
make1: Leaving directory `/home/compudj/git/lttng-ust'
make: ** [all] Error 2
Updated by Mathieu Desnoyers almost 13 years ago
- Status changed from New to Resolved
closed by
commit f7802f4bacd5a25cdaf46c5ccfb1f0bd1fdf9cfc
Author: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Date: Thu Feb 9 20:11:17 2012 -0500
Fix: LTTng-UST java jni wrapper does not build with OpenJDK
bugs.lttng.org: fixes #9
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Actions