[libbluray-devel] libbluray.jar not found

Xavier Bachelot xavier at bachelot.org
Sat Dec 21 14:01:21 CET 2013


Hi,

The BD-J jar is not found on my system. It is being installed to
$(libdir)/libbluray according to the Makefile, which is
/usr/lib64/libbluray on my system, but the default search path is
hardcoded to /usr/lib/libbluray and /usr/share/libbluray in
find_libbluray_jar, and thus it fails to find it. The hardcoded value
should probably be adjusted to use $(libdir)/libbluray.

Here are some traces :
libbluray/bdj/bdj.c:257: bdj_open()
libbluray/bdj/bdj.c:95: JAVA_HOME not set, trying default locations
libbluray/bdj/bdj.c:56: Opening libjvm ...
libbluray/bdj/bdj.c:51: Opening
/usr/lib/jvm/java-1.7.0/jre/lib/amd64/server/libjvm ...
libbluray/bdj/bdj.c:188: LIBBLURAY_PERSISTENT_ROOT not set, using
/home/xavierb/.local/share/bluray/dvb.persistent.root/
libbluray/bdj/bdj.c:212: LIBBLURAY_CACHE_ROOT not set, using
/home/xavierb/.cache/bluray/bluray.bindingunit.root/
libbluray/bdj/bdj.c:135: LIBBLURAY_CP not set, searching for
libbluray.jar ...
libbluray/bdj/bdj.c:154: Checking /usr/lib/libbluray/libbluray.jar ...
libbluray/bdj/bdj.c:154: Checking /usr/share/libbluray/libbluray.jar ...
libbluray/bdj/bdj.c:165: libbluray.jar not found.

Regards,
Xavier


More information about the libbluray-devel mailing list