[collectd] Java API for collectd

Marc Fournier marc.fournier at camptocamp.com
Wed Aug 7 06:52:44 CEST 2013


Excerpts from Vedran Bartonicek's message of 2013-08-06 21:10:48 +0200:
> If I remember right, there was configure option "--enable-java" which has
> to be used as well together with "--with-java".
> -Vedran

This is indeed what is done in the RPM specfile in contrib/

configure is called with:

--enable-java --with-java=%{java_home}/

(on RHEL6 the %{java_home} macro expands to /usr/lib/jvm/java, which is a
symlink to /etc/alternatives/java_sdk, which itself points to
/usr/lib/jvm/java-1.6.0-openjdk.x86_64)

Also, the following packages are required for building this plugin:
java-devel jpackage-utils

Marc



More information about the collectd mailing list